Skip to content

Commit ab7fc64

Browse files
committed
Slight more stable
1 parent 1494b61 commit ab7fc64

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
net.ipv4.tcp_congestion_control = bbr
22
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
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
66
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

Comments
 (0)