mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-08-14 21:55:32 -04:00
comment out sack by default
https://forums.whonix.org/t/disabling-tcp-sack-dsack-fack/8109/8?u=patrick
This commit is contained in:
parent
02096f8d7c
commit
8b4f2befd4
2 changed files with 5 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
# Disables SACK as it is commonly exploited and likely not needed.
|
||||
# https://forums.whonix.org/t/disabling-tcp-sack-dsack-fack/8109
|
||||
net.ipv4.tcp_sack=0
|
||||
net.ipv4.tcp_dsack=0
|
||||
net.ipv4.tcp_fack=0
|
||||
#net.ipv4.tcp_sack=0
|
||||
#net.ipv4.tcp_dsack=0
|
||||
#net.ipv4.tcp_fack=0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue