Date: Fri, 24 Apr 1998 02:25:44 -0700 (PDT) From: David Greenman <dg@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/netinet tcp_timer.c tcp_var.h Message-ID: <199804240925.CAA07094@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dg 1998/04/24 02:25:43 PDT Modified files: sys/netinet tcp_timer.c tcp_var.h Log: Ensure that TCP_REXMTVAL doesn't return a value less than t_rttmin. This is believed to have been broken with the Brakmo/Peterson srtt calculation changes. The result of this bug is that TCP connections could time out extremely quickly (in 12 seconds). Also backed out jdp's partial fix for this problem in rev 1.17 of tcp_timer.c as it is obsoleted by this commit. Bug was pointed out by Kevin Lehey <kml@roller.nas.nasa.gov>. PR: 6068 Revision Changes Path 1.28 +7 -12 src/sys/netinet/tcp_timer.c 1.43 +2 -2 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?199804240925.CAA07094>