disable unused multipath TCP

This commit is contained in:
Daniel Micay 2024-01-03 10:52:27 -05:00
parent d0e6159220
commit dd9d6ff2a5

View File

@ -28,6 +28,8 @@ net.ipv4.conf.default.accept_redirects = 0
net.netfilter.nf_conntrack_tcp_loose = 0
net.netfilter.nf_conntrack_tcp_timeout_established = 14400
net.mptcp.enabled = 0
kernel.yama.ptrace_scope = 2
vm.max_map_count = 1048576