Date: Fri, 5 May 2000 20:31:10 -0700 (PDT) From: Jonathan Lemon <jlemon@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp.h tcp_input.c tcp_output.c tcp_timer.c tcp_var.h Message-ID: <200005060331.UAA26060@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jlemon 2000/05/05 20:31:10 PDT Modified files: sys/netinet tcp.h tcp_input.c tcp_output.c tcp_timer.c tcp_var.h Log: Implement TCP NewReno, as documented in RFC 2582. This allows better recovery for multiple packet losses in a single window. The algorithm can be toggled via the sysctl net.inet.tcp.newreno, which defaults to "on". Submitted by: Jayanth Vijayaraghavan <jayanth@yahoo-inc.com> Revision Changes Path 1.14 +3 -1 src/sys/netinet/tcp.h 1.111 +74 -7 src/sys/netinet/tcp_input.c 1.41 +8 -4 src/sys/netinet/tcp_output.c 1.35 +6 -1 src/sys/netinet/tcp_timer.c 1.57 +4 -1 src/sys/netinet/tcp_var.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005060331.UAA26060>