Skip to content

Instantly share code, notes, and snippets.

@mishudark
Created January 25, 2017 19:31
Show Gist options
  • Save mishudark/baa90a681978443d6bca8bb159966800 to your computer and use it in GitHub Desktop.
Save mishudark/baa90a681978443d6bca8bb159966800 to your computer and use it in GitHub Desktop.
reuse sockers
echo 1 > /proc/sys/net/ipv4/tcp_tw_recycle
echo 1 > /proc/sys/net/ipv4/tcp_tw_reuse
net.ipv4.tcp_tw_recycle = 1
net.ipv4.tcp_tw_reuse = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment