cvs commit: src/sys/netinet udp_usrreq.c

Robert Watson rwatson at FreeBSD.org
Sat Aug 21 18:32:49 PDT 2004


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


More information about the cvs-all mailing list