Ask Your Question
0

keep-alive response time

asked 2020-01-09 01:23:16 +0000

ITGeorge gravatar image

What should be the normal normal time for a keep-alive to be responded? I have a TCP Delta of 7200 sec.

Thanks.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2020-01-09 17:23:34 +0000

SYN-bit gravatar image

The delta time between a "TCP Keep-Alive" packet and the response to that packet (a bare ACK) should be close to the RTT of the connection.

The delta time between sending "TCP Keep-Alive" packets is up to you and dependant on what you need to acomplish with the TCP Keep-Alive packets. Originally the TCP Keep-Alive packets are used to clean up connections for which the connectivity to the peer system has been lost.

Nowadays the TCP Keep-Alive mechanism is used primarily to keep the session tables of intermediate devices like Firewalls and loadbalancers fresh. Otherwise sessions that are idle might be removed from the session table. If you use TCP Keep-Alives for this purpose, the interval between the Keep-Alive packets should be less than the idle timeout for that traffic on the intermediate devices.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2020-01-09 01:23:16 +0000

Seen: 907 times

Last updated: Jan 09 '20