Created
January 9, 2015 07:12
-
-
Save danish-rehman/a66e3eb7e8c2315b9593 to your computer and use it in GitHub Desktop.
Set send and Recieve 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
| # (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