mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-02-04 21:55:18 -05:00
Merge pull request #32 from madaidan/disable-dsack-fack
Disable TCP DSACK and FACK
This commit is contained in:
commit
a33851a3c9
@ -1,2 +1,5 @@
|
|||||||
# Disables SACK as it is commonly exploited and likely not needed.
|
# 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_sack=0
|
||||||
|
net.ipv4.tcp_dsack=0
|
||||||
|
net.ipv4.tcp_fack=0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user