We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1494b61 commit ab7fc64Copy full SHA for ab7fc64
etc/sysctl.d/11-network-tweaks.conf
@@ -1,6 +1,9 @@
1
net.ipv4.tcp_congestion_control = bbr
2
net.ipv4.tcp_tw_reuse = 0
3
-net.ipv4.tcp_rmem = 4096 87380 16777216
4
-net.ipv4.tcp_wmem = 4096 65536 16777216
5
-net.ipv4.ip_local_port_range = 1024 65535
+net.ipv4.tcp_rmem = 4096 87380 16777216
+net.ipv4.tcp_wmem = 4096 65536 16777216
+net.ipv4.ip_local_port_range = 1024 65535
6
net.ipv4.tcp_fin_timeout = 30
7
+net.ipv4.tcp_fastopen = 3
8
+net.ipv4.tcp_mtu_probing = 1
9
+net.ipv4.tcp_slow_start_after_idle = 0
0 commit comments