Skip to content

Instantly share code, notes, and snippets.

@danish-rehman
Created January 9, 2015 07:22
Show Gist options
  • Save danish-rehman/1421dd3a55e5423aa3c6 to your computer and use it in GitHub Desktop.
Save danish-rehman/1421dd3a55e5423aa3c6 to your computer and use it in GitHub Desktop.
See the values of TCP window
# current receiver window size
>> sysctl -n net.ipv4.tcp_rmem
4096 87380 2063584 (2Mb)
# current sender window size
>> sysctl -n net.ipv4.tcp_wmem
4096 87380 2063584 (2Mb)
# maximum segment size
>> sysctl -n net.ipv4.tcp_app_win
31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment