mirror of
https://github.com/k4yt3x/sysctl.git
synced 2025-12-18 10:16:50 +00:00
further increased ip port range
This commit is contained in:
parent
2f4267a8d9
commit
d45547b9c5
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user