svn commit: r294840 - head/sys/netinet

Gleb Smirnoff glebius at FreeBSD.org
Tue Jan 26 22:53:34 UTC 2016


  Hiren,

On Tue, Jan 26, 2016 at 04:33:38PM +0000, Hiren Panchasara wrote:
H> Author: hiren
H> Date: Tue Jan 26 16:33:38 2016
H> New Revision: 294840
H> URL: https://svnweb.freebsd.org/changeset/base/294840
H> 
H> Log:
H>   Persist timers TCPTV_PERSMIN and TCPTV_PERSMAX are hardcoded with 5 seconds and
H>   60 seconds, respectively. Turn them into sysctls that can be tuned live. The
H>   default values of 5 seconds and 60 seconds have been retained.
H>   
H>   Submitted by:		Jason Wolfe (j at nitrology dot com)
H>   Reviewed by:		gnn, rrs, hiren, bz
H>   MFC after:		1 week
H>   Sponsored by:		Limelight Networks
H>   Differential Revision:	https://reviews.freebsd.org/D5024

A theoretical question: could it be useful to make them socket options
like the TCP_KEEP* timeouts?

-- 
Totus tuus, Glebius.


More information about the svn-src-all mailing list