Updated Optimizing Shadowsocks (markdown)
parent
d70b154a82
commit
951b1d40c5
1 changed files with 6 additions and 2 deletions
|
@ -27,8 +27,12 @@ net.ipv4.tcp_fastopen = 3
|
||||||
net.ipv4.tcp_rmem = 4096 87380 67108864
|
net.ipv4.tcp_rmem = 4096 87380 67108864
|
||||||
net.ipv4.tcp_wmem = 4096 65536 67108864
|
net.ipv4.tcp_wmem = 4096 65536 67108864
|
||||||
net.ipv4.tcp_mtu_probing = 1
|
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:
|
Then:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue