1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
| net.ipv4.tcp_congestion_control = bbr
net.ipv4.tcp_fastopen = 3 net.ipv4.tcp_rmem = 8192 65536 16777216 net.ipv4.tcp_wmem = 8192 65536 16777216 net.ipv4.tcp_max_syn_backlog = 8192 net.ipv4.tcp_synack_retries = 2 net.ipv4.tcp_fin_timeout = 10 net.ipv4.tcp_keepalive_time = 300 net.ipv4.tcp_keepalive_intvl = 60 net.ipv4.tcp_keepalive_probes = 6
net.core.rmem_max = 16777216 net.core.wmem_max = 16777216 net.core.rmem_default = 16777216 net.core.wmem_default = 16777216 net.core.somaxconn = 8192
net.ipv4.neigh.default.base_reachable_time_ms = 120000 net.ipv4.neigh.default.mcast_solicit = 5 net.ipv4.neigh.default.retrans_time_ms = 100
net.ipv4.conf.all.rp_filter = 0 net.ipv4.conf.default.rp_filter = 0
net.core.default_qdisc = fq net.ipv4.tcp_fin_timeout = 15
|