cvs commit: src/sys/netinet tcp_input.c tcp_subr.c
Paul Saab
ps at FreeBSD.org
Fri Jul 1 22:54:19 GMT 2005
ps 2005-07-01 22:54:18 UTC
FreeBSD src repository
Modified files:
sys/netinet tcp_input.c tcp_subr.c
Log:
Fix for a bug in the change that defers sack option processing until
after PAWS checks. The symptom of this is an inconsistency in the cached
sack state, caused by the fact that the sack scoreboard was not being
updated for an ACK handled in the header prediction path.
Found by: Andrey Chernov.
Submitted by: Noritoshi Demizu, Raja Mukerji.
Approved by: re
Revision Changes Path
1.280 +4 -2 src/sys/netinet/tcp_input.c
1.228 +1 -2 src/sys/netinet/tcp_subr.c
More information about the cvs-src
mailing list