FreeBSD analog of net.ipv4.tcp_fin_timeout

2010-10-27 Thread Antonio Kless
There is *net.ipv4.tcp_fin_timeout* in Linux sysctl. It set up timeout of TCP connection to stay in FIN_WAIT2 state. Is there something like that in FreeBSD? -- Best regards, Antonio Kless, http://kless.spb.ru/ ___ freebsd-questions@freebsd.org mailing

Re: FreeBSD analog of net.ipv4.tcp_fin_timeout

2010-10-27 Thread Bas Smeelen
On 10/27/2010 09:49 AM, Antonio Kless wrote: There is *net.ipv4.tcp_fin_timeout* in Linux sysctl. It set up timeout of TCP connection to stay in FIN_WAIT2 state. Is there something like that in FreeBSD? I think this would be net.inet.tcp.finwait2_timeout: 6 DISCLAIMER: This e-mail is

Re: FreeBSD analog of net.ipv4.tcp_fin_timeout

2010-10-27 Thread Maxim Dounin
Hello! On Wed, Oct 27, 2010 at 11:49:47AM +0400, Antonio Kless wrote: There is *net.ipv4.tcp_fin_timeout* in Linux sysctl. It set up timeout of TCP connection to stay in FIN_WAIT2 state. Is there something like that in FreeBSD? net.inet.tcp.fast_finwait2_recycle=1

Re: FreeBSD analog of net.ipv4.tcp_fin_timeout

2010-10-27 Thread Antonio Kless
*net.inet.tcp.finwait2_timeout* is what I search for, thank you! What is net.inet.tcp.fast_finwait2_recycle=1 ? 2010/10/27 Maxim Dounin mdou...@mdounin.ru Hello! On Wed, Oct 27, 2010 at 11:49:47AM +0400, Antonio Kless wrote: There is *net.ipv4.tcp_fin_timeout* in Linux sysctl. It set

Re: FreeBSD analog of net.ipv4.tcp_fin_timeout

2010-10-27 Thread Bas Smeelen
On 10/27/2010 12:49 PM, Antonio Kless wrote: *net.inet.tcp.finwait2_timeout* is what I search for, thank you! What is net.inet.tcp.fast_finwait2_recycle=1 ? Please do *not* toppost :) man 4 tcp fast_finwait2_recycle Recycle TCP FIN_WAIT_2 connections faster

Re: FreeBSD analog of net.ipv4.tcp_fin_timeout

2010-10-27 Thread Bas Smeelen
On 10/27/2010 01:11 PM, Bas Smeelen wrote: On 10/27/2010 12:49 PM, Antonio Kless wrote: *net.inet.tcp.finwait2_timeout* is what I search for, thank you! What is net.inet.tcp.fast_finwait2_recycle=1 ? Please do *not* toppost :) man 4 tcp fast_finwait2_recycle