Skip to content

Instantly share code, notes, and snippets.

@danish-rehman
Created January 9, 2015 17:44
Show Gist options
  • Select an option

  • Save danish-rehman/72330704563b7ffa9e89 to your computer and use it in GitHub Desktop.

Select an option

Save danish-rehman/72330704563b7ffa9e89 to your computer and use it in GitHub Desktop.
TCP fin timeout
>> 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