further increased ip port range

This commit is contained in:
K4YT3X 2020-10-07 17:31:14 -04:00
parent 2f4267a8d9
commit d45547b9c5

View File

@ -188,7 +188,7 @@ net.ipv4.tcp_rfc1337 = 1
net.ipv4.tcp_window_scaling = 0 net.ipv4.tcp_window_scaling = 0
# increase system IP port limits # increase system IP port limits
net.ipv4.ip_local_port_range = 2000 64999 net.ipv4.ip_local_port_range = 1024 65535
# disable TCP timestamps for better CPU utilization # disable TCP timestamps for better CPU utilization
net.ipv4.tcp_timestamps = 0 net.ipv4.tcp_timestamps = 0