Date: Tue, 26 Jan 2016 14:53:32 -0800 From: Gleb Smirnoff <glebius@FreeBSD.org> To: Hiren Panchasara <hiren@FreeBSD.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r294840 - head/sys/netinet Message-ID: <20160126225332.GU6885@FreeBSD.org> In-Reply-To: <201601261633.u0QGXcdh083557@repo.freebsd.org> References: <201601261633.u0QGXcdh083557@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160126225332.GU6885>