Hi,
I want to know about “tcp_keepalive” parameter.
If we configure it to true, how often does the keep alive packet send ?
Thank you.
Hi,
I want to know about “tcp_keepalive” parameter.
If we configure it to true, how often does the keep alive packet send ?
Thank you.
Which parameter are you specifically talking about?
ZThank you.
I refer to “Input” definition.
The tcp_keepalive
setting simply sets the SO_KEEPALIVE
option on the TCP sockets opened by this input.
The specific details are up to the operating system, for example on Linux you can use sysctl
to configure them. See http://www.tldp.org/HOWTO/html_single/TCP-Keepalive-HOWTO/#usingkeepalive for details.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.