cvs commit: src/sys/netinet tcp_subr.c tcp_timer.h
Peter Wemm
peter at FreeBSD.org
Mon Dec 17 19:39:18 PST 2007
peter 2007-12-18 03:39:17 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/netinet tcp_subr.c tcp_timer.h
Log:
MFC: scale TCPTV_MIN with hz, not a fixed number of ticks. Otherwise
machines with hz=1000 drop connections in a matter of a few seconds on a
fast link (eg: ethernet). With this change, it drops them in the same
time as a machine with hz=100 would.
Revision Changes Path
1.228.2.16 +2 -0 src/sys/netinet/tcp_subr.c
1.27.2.4 +1 -1 src/sys/netinet/tcp_timer.h
More information about the cvs-src
mailing list