1) Operating System Timeout:
- Linux uses certain parameters in /proc/sys/net/ipv4/tcp_keepalive_* to manage inactive connections. You can reduce these values to allow the system to detect disconnections more quickly. Try the following:
This will make the system check every 10 seconds whether the connection is still active.
2) Network Protocol Configuration:
- If the software uses TCP, failure detection depends on the connection timeout. You can adjust the tcp_retries2 value:
This will reduce the time TCP takes to consider the connection as failed.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article