cvs commit: src/sys/netinet tcp_input.c tcp_sack.c tcp_var.h
Paul Saab
ps at FreeBSD.org
Thu Apr 14 13:09:53 PDT 2005
ps 2005-04-14 20:09:52 UTC
FreeBSD src repository
Modified files:
sys/netinet tcp_input.c tcp_sack.c tcp_var.h
Log:
Fix for a TCP SACK bug where more than (win/2) bytes could have been
in flight in SACK recovery.
Found by: Noritoshi Demizu
Submitted by: Mohan Srinivasan <mohans at yahoo-inc dot com>
Noritoshi Demizu <demizu at dd dot ij4u dot or dot jp>
Raja Mukerji <raja at moselle dot com>
Revision Changes Path
1.271 +21 -1 src/sys/netinet/tcp_input.c
1.13 +33 -1 src/sys/netinet/tcp_sack.c
1.119 +1 -0 src/sys/netinet/tcp_var.h
More information about the cvs-src
mailing list