Disable TCP DSACK and FACK

This commit is contained in:
madaidan 2019-10-04 17:35:54 +00:00 committed by GitHub
parent ddc778b452
commit d0c6bb1e90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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