Remove quotes

This commit is contained in:
Micke Nordin 2025-03-12 11:56:22 +01:00
parent 4f84f71070
commit f87fac3c3b
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -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