Skip to content

Instantly share code, notes, and snippets.

@danish-rehman
Created January 9, 2015 07:37
Show Gist options
  • Save danish-rehman/65596368202ed1b899a6 to your computer and use it in GitHub Desktop.
Save danish-rehman/65596368202ed1b899a6 to your computer and use it in GitHub Desktop.
Change TCP window size
# Current receiver window size (12Mb)
>> sudo su
>> echo 'net.ipv4.tcp_rmem= 4096 87380 12582912' >> /etc/sysctl.conf
>> sysctl -p
# Current sender window size (12Mb)
>> sudo su
>> echo 'net.ipv4.tcp_rmem= 4096 87380 12582912' >> /etc/sysctl.conf
>> sysctl -p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment