Created
January 9, 2015 07:22
-
-
Save danish-rehman/1421dd3a55e5423aa3c6 to your computer and use it in GitHub Desktop.
See the values of TCP window
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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