cvs commit: src/sys/netinet tcp_input.c tcp_seq.h tcp_timer.c tcp_var.h
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Jul 22 23:21:06 PDT 2003
dillon 2003/07/22 23:21:01 PDT
Modified files:
sys/netinet tcp_input.c tcp_seq.h tcp_timer.c
tcp_var.h
Log:
Merge from FreeBSD 2003/07/15 15:49:53 PDT commit to sys/netinet.
Unify the "send high" and "recover" variables as specified in the
lastest rev of the spec. Use an explicit flag for Fast Recovery. [1]
Fix bug with exiting Fast Recovery on a retransmit timeout
diagnosed by Lu Guohan. [2]
Original Commit by: Jeffrey Hsu <hsu at xxxxxxxxxxx>
Revision Changes Path
1.3 +26 -21 src/sys/netinet/tcp_input.c
1.3 +2 -2 src/sys/netinet/tcp_seq.h
1.3 +8 -3 src/sys/netinet/tcp_timer.c
1.3 +28 -23 src/sys/netinet/tcp_var.h
More information about the Commits
mailing list