mirror of
https://github.com/k4yt3x/sysctl.git
synced 2025-12-17 17:56:47 +00:00
It is better if two numbers have different parity
Refer: https://www.kernel.org/doc/Documentation/networking/ip-sysctl.txt Signed-off-by: IceCodeNew <32576256+IceCodeNew@users.noreply.github.com>
This commit is contained in:
parent
1939bb08ae
commit
fcdee62224
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user