mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
9 lines
320 B
Plaintext
9 lines
320 B
Plaintext
## Copyright (C) 2019 - 2019 ENCRYPTED SUPPORT LP <adrelanos@riseup.net>
|
|
## See the file COPYING for copying conditions.
|
|
|
|
## 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
|