1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-13 02:51:50 +00:00

Fix sysctl config

This commit is contained in:
Ycarus 2018-10-16 11:02:53 +02:00
parent 15a992e3b3
commit 9c073f506a

View file

@ -27,7 +27,7 @@ net.ipv4.tcp_fin_timeout = 30
# outbound port range
net.ipv4.ip_local_port_range = 9999 65000
# max SYN backlog
et.ipv4.tcp_max_syn_backlog = 10240
net.ipv4.tcp_max_syn_backlog = 10240
# max timewait sockets held by system simultaneously
net.ipv4.tcp_max_tw_buckets = 10000
# turn on TCP Fast Open on both client and server side