mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-01-03 11:00:49 -05:00
enable TCP window shrinking
The default is a potential denial of service issue via TCP memory exhaustion.
This commit is contained in:
parent
6a325f8798
commit
f9bce64060
@ -10,6 +10,7 @@ net.ipv4.conf.*.rp_filter = 0
|
||||
|
||||
net.ipv4.tcp_ecn = 1
|
||||
net.ipv4.tcp_slow_start_after_idle = 0
|
||||
net.ipv4.tcp_shrink_window = 1
|
||||
net.ipv4.tcp_notsent_lowat = 131072
|
||||
net.ipv4.tcp_fin_timeout = 30
|
||||
net.ipv4.tcp_rfc1337 = 1
|
||||
|
Loading…
Reference in New Issue
Block a user