cvs commit: src/sys/netinet tcp_syncache.c tcp_var.h
David Malone
dwmalone at FreeBSD.org
Sat Jul 17 12:44:13 PDT 2004
dwmalone 2004-07-17 19:44:13 UTC
FreeBSD src repository
Modified files:
sys/netinet tcp_syncache.c tcp_var.h
Log:
The tcp syncache code was leaving the IPv6 flowlabel uninitialised
for the SYN|ACK packet and then letting in6_pcbconnect set the
flowlabel later. Arange for the syncache/syncookie code to set and
recall the flow label so that the flowlabel used for the SYN|ACK
is consistent. This is done by using some of the cookie (when tcp
cookies are enabeled) and by stashing the flowlabel in syncache.
Tested and Discovered by: Orla McGann <orly at cnri.dit.ie>
Approved by: ume, silby
MFC after: 1 month
Revision Changes Path
1.61 +31 -6 src/sys/netinet/tcp_syncache.c
1.108 +1 -0 src/sys/netinet/tcp_var.h
More information about the cvs-src
mailing list