mirror of
https://github.com/k4yt3x/sysctl.git
synced 2025-12-29 16:16:10 +00:00
Merge pull request #1 from IceCodeNew/4pr_net.ipv4.ip_local_port_range
It is better if two numbers have different parity
This commit is contained in:
@@ -182,7 +182,7 @@ net.ipv4.tcp_rfc1337 = 1
|
||||
net.ipv4.tcp_window_scaling = 0
|
||||
|
||||
# increase system IP port limits
|
||||
net.ipv4.ip_local_port_range = 2000 65000
|
||||
net.ipv4.ip_local_port_range = 2000 64999
|
||||
|
||||
# disable TCP timestamps for better CPU utilization
|
||||
net.ipv4.tcp_timestamps = 0
|
||||
|
||||
Reference in New Issue
Block a user