Created
July 3, 2015 06:22
-
-
Save giwa/80898d1bc462eaa42bf7 to your computer and use it in GitHub Desktop.
Explicit Congestion Notification(ECN) ref: http://qiita.com/giwa/items/43a2ecd1c0ce55d0345d
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
| $ echo 1 > /proc/sys/net/ipv4/tcp_ecn |
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
| $ sudo sysctl net.inet.tcp.ecn_negotiate_in | |
| net.inet.tcp.ecn_negotiate_in: 0 | |
| $ sudo sysctl net.inet.tcp.ecn_negotiate_out | |
| net.inet.tcp.ecn_initiate_out: 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment