mirror of
https://github.com/k4yt3x/sysctl.git
synced 2025-12-17 17:56:47 +00:00
commented out disable TCP window scaling by default
Disabling TCP window scaling could result in a significant decrease in performance in high-latency communications. Signed-off-by: k4yt3x <i@k4yt3x.com>
This commit is contained in:
parent
b16bc4cb9c
commit
b6f10417e7
@ -209,7 +209,8 @@ net.ipv4.tcp_rfc1337 = 1
|
|||||||
|
|
||||||
# disable TCP window scaling
|
# disable TCP window scaling
|
||||||
# this makes the host less susceptible to TCP RST DoS attacks
|
# this makes the host less susceptible to TCP RST DoS attacks
|
||||||
net.ipv4.tcp_window_scaling = 0
|
# could drastically reduce throughput if latency is high
|
||||||
|
#net.ipv4.tcp_window_scaling = 0
|
||||||
|
|
||||||
# increase system IP port limits
|
# increase system IP port limits
|
||||||
net.ipv4.ip_local_port_range = 1024 65535
|
net.ipv4.ip_local_port_range = 1024 65535
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user