Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save danish-rehman/a66e3eb7e8c2315b9593 to your computer and use it in GitHub Desktop.
Set send and Recieve TCP window
# (Maximum TCP Sender Window)
>> /proc/sys/net/ipv4/tcp_wmem
4096 16384 4194304
(Maximum TCP Receive Window)
>> /proc/sys/net/ipv4/tcp_rmem
4096 87380 6291456
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment