Date: Tue, 15 Jul 2003 14:49:53 -0700 (PDT) From: Jeffrey Hsu <hsu@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_input.c tcp_seq.h tcp_timer.c tcp_var.h Message-ID: <200307152149.h6FLnrf7013944@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@boeing.com> Reported and tested by: Lu Guohan <lguohan00@mails.tsinghua.edu.cn> [2] Approved by: Thomas Henderson <thomas.r.henderson@boeing.com>, Sally Floyd <floyd@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307152149.h6FLnrf7013944>