Amending should not be just appending the new knowledge at the end of the article. And it should be simple enough.
parent
a5fe7bf43a
commit
127627d1fa
1 changed files with 3 additions and 13 deletions
|
@ -27,7 +27,8 @@ 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
|
net.ipv4.tcp_congestion_control = hybla # for high-latency network
|
||||||
|
# net.ipv4.tcp_congestion_control = cubic # for low-latency network, use cubic instead
|
||||||
```
|
```
|
||||||
|
|
||||||
Then:
|
Then:
|
||||||
|
@ -62,14 +63,3 @@ reduce the size of rmem and wmem.
|
||||||
Before & after:
|
Before & after:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
**NOTICE**
|
|
||||||
|
|
||||||
Hybla may not be suitable for low-latency network. cubic is probably a better choice for you.
|
|
||||||
|
|
||||||
you You must select `net.ipv4.tcp_congestion_control = hybla` or `net.ipv4.tcp_congestion_control = cubic` based on test.
|
|
||||||
|
|
||||||
Eg.
|
|
||||||
|
|
||||||

|
|
Loading…
Add table
Add a link
Reference in a new issue