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

Update sysctl config

This commit is contained in:
Ycarus 2018-07-18 22:36:58 +02:00
parent 06324c50ac
commit d5aa21766f
2 changed files with 1 additions and 3 deletions

View file

@ -1,4 +1,2 @@
net.netfilter.nf_conntrack_helper=1
net.ipv4.tcp_fack=1
net.core.somaxconn=4096
net.core.netdev_max_backlog=4096

View file

@ -12,7 +12,7 @@ net.core.wmem_default = 65536
# max processor input queue
net.core.netdev_max_backlog = 4096
# max backlog
#net.core.somaxconn = 4096
net.core.somaxconn = 4096
# resist SYN flood attacks
net.ipv4.tcp_syncookies = 1