Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Dec 2007 03:39:17 +0000 (UTC)
From:      Peter Wemm <peter@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet tcp_subr.c tcp_timer.h
Message-ID:  <200712180339.lBI3dHlU018368@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712180339.lBI3dHlU018368>