Remove quotes
This commit is contained in:
parent
4f84f71070
commit
f87fac3c3b
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
net.core.rmem_max=67108864
|
||||
net.core.wmem_max=67108864
|
||||
net.ipv4.tcp_rmem="4096 87380 33554432"
|
||||
net.ipv4.tcp_wmem="4096 87380 33554432"
|
||||
net.ipv4.tcp_rmem=4096 87380 33554432
|
||||
net.ipv4.tcp_wmem=4096 87380 33554432
|
||||
net.core.default_qdisc=fq
|
||||
net.ipv4.tcp_congestion_control=bbr
|
||||
|
|
Loading…
Add table
Reference in a new issue