Bridge2 Solutions interview question

How do you Linux increasing or decreasing TCP sockets timeouts?

Interview Answer

Anonymous

28 Jan 2017

echo 2400 > /proc/sys/net/ipv4/tcp_keepalive_time or use sysctl to set the parameter to be persistent across reboots.