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:
IceCodeNew 2020-10-07 23:56:31 +08:00
parent 1939bb08ae
commit fcdee62224

View File

@ -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