cvs commit: src/sys/netinet udp_usrreq.c
Bruce M Simpson
bms at FreeBSD.org
Tue Sep 2 19:21:34 PDT 2003
bms 2003/09/02 19:21:33 PDT
FreeBSD src repository
Modified files:
sys/netinet udp_usrreq.c
Log:
Forced commit to correct lack of log message in previous commit.
Fix a checksum regression introduced by IP_ONESBCAST. Only datagrams sent
on PF_INET/SOCK_DGRAM/IPPROTO_UDP sockets with IP_ONESBCAST enabled are
affected by the regression, which causes in_pseudo() to incorrectly
calculate the udp checksum. This error was masked by network interfaces
supporting checksum offloading.
PR: kern/56343
Reviewed by: tjr
Approved by: jake (mentor)
Revision Changes Path
1.137 +0 -0 src/sys/netinet/udp_usrreq.c
More information about the cvs-src
mailing list