Date: Tue, 2 Sep 2003 19:21:33 -0700 (PDT) From: Bruce M Simpson <bms@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: <200309030221.h832LX1e034160@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309030221.h832LX1e034160>