Created
January 9, 2015 17:44
-
-
Save danish-rehman/72330704563b7ffa9e89 to your computer and use it in GitHub Desktop.
TCP fin timeout
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| >> cat /proc/sys/net/ipv4/tcp_fin_timeout | |
| 60 seconds | |
| # To change the value | |
| >> echo 30 > /proc/sys/net/ipv4/tcp_fin_timeout |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment