Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Aug 2004 01:32:49 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet udp_usrreq.c
Message-ID:  <200408220132.i7M1WnMB001137@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2004-08-22 01:32:49 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          udp_usrreq.c 
  Log:
  When sliding the m_data pointer forward, update m_pktrhdr.len as well
  as m_len, or the pkthdr length will be inconsistent with the actual
  length of data in the mbuf chain.  The symptom of this occuring was
  "out of data" warnings from in_cksum_skip() on large UDP packets sent
  via the loopback interface.
  
  Foot shot:      green
  
  Revision  Changes    Path
  1.165     +3 -1      src/sys/netinet/udp_usrreq.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408220132.i7M1WnMB001137>