cvs commit: src/sys/netinet tcp_input.c tcp_seq.h tcp_timer.c
tcp_var.h
Jeffrey Hsu
hsu at FreeBSD.org
Tue Jul 15 14:49:54 PDT 2003
hsu 2003/07/15 14:49:53 PDT
FreeBSD src repository
Modified files:
sys/netinet tcp_input.c tcp_seq.h tcp_timer.c
tcp_var.h
Log:
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]
Reviewed by: Thomas Henderson <thomas.r.henderson at boeing.com>
Reported and tested by: Lu Guohan <lguohan00 at mails.tsinghua.edu.cn> [2]
Approved by: Thomas Henderson <thomas.r.henderson at boeing.com>,
Sally Floyd <floyd at acm.org> [1]
Revision Changes Path
1.207 +24 -19 src/sys/netinet/tcp_input.c
1.20 +1 -1 src/sys/netinet/tcp_seq.h
1.61 +7 -2 src/sys/netinet/tcp_timer.c
1.90 +27 -22 src/sys/netinet/tcp_var.h
More information about the cvs-src
mailing list