Updated Optimizing Shadowsocks (markdown)

clowwindy 2014-12-02 06:47:24 -08:00
parent d70b154a82
commit 951b1d40c5

@ -27,8 +27,12 @@ net.ipv4.tcp_fastopen = 3
net.ipv4.tcp_rmem = 4096 87380 67108864
net.ipv4.tcp_wmem = 4096 65536 67108864
net.ipv4.tcp_mtu_probing = 1
net.ipv4.tcp_congestion_control = hybla # for high-latency network
# net.ipv4.tcp_congestion_control = cubic # for low-latency network, use cubic instead
# for high-latency network
net.ipv4.tcp_congestion_control = hybla
# for low-latency network, use cubic instead
# net.ipv4.tcp_congestion_control = cubic
```
Then: