diff --git a/files/scriptreciver/sysctl-d-gofasta.conf b/files/scriptreciver/sysctl-d-gofasta.conf index 678f5fb..dc688c5 100644 --- a/files/scriptreciver/sysctl-d-gofasta.conf +++ b/files/scriptreciver/sysctl-d-gofasta.conf @@ -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