We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97b5597 commit 9a5a276Copy full SHA for 9a5a276
1 file changed
etc/sysctl.d/11-network-tweaks.conf
@@ -1,22 +1 @@
1
-net.core.default_qdisc = cake
2
net.ipv4.tcp_congestion_control = bbr
3
-net.core.rmem_default = 1048576
4
-net.core.rmem_max = 16777216
5
-net.core.wmem_default = 1048576
6
-net.core.wmem_max = 16777216
7
-net.core.optmem_max = 65536
8
-net.ipv4.tcp_rmem = 4096 1048576 2097152
9
-net.ipv4.tcp_wmem = 4096 65536 16777216
10
-net.ipv4.udp_rmem_min = 8192
11
-net.ipv4.udp_wmem_min = 8192
12
-net.ipv4.tcp_fastopen = 3
13
-net.ipv4.tcp_max_syn_backlog = 8192
14
-net.ipv4.tcp_max_tw_buckets = 2000000
15
-net.ipv4.tcp_tw_reuse = 1
16
-net.ipv4.tcp_fin_timeout = 10
17
-net.ipv4.tcp_slow_start_after_idle = 0
18
-net.ipv4.tcp_keepalive_time = 60
19
-net.ipv4.tcp_keepalive_intvl = 10
20
-net.ipv4.tcp_keepalive_probes = 6
21
-net.ipv4.tcp_mtu_probing = 1
22
-net.ipv4.tcp_rfc1337 = 1
0 commit comments