mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
Add details on tcp_timestamps
This commit is contained in:
parent
3456f1c1d7
commit
f8fa89b245
@ -347,9 +347,14 @@ net.ipv6.conf.default.accept_ra=0
|
||||
#net.ipv4.tcp_dsack=0
|
||||
|
||||
## Disable TCP timestamps to limit device fingerprinting via system time.
|
||||
## Timestamps allows round-trip time measurement and protection against wrapped sequence numbers.
|
||||
## Disabling timestamps on very fast links is likely to cause TCP Sequence Numbers to wrap.
|
||||
## Segments with wrapped numbers will be incorrectly discarded, reducing network performance.
|
||||
##
|
||||
## https://datatracker.ietf.org/doc/html/rfc1323
|
||||
## https://forums.whonix.org/t/do-ntp-and-tcp-timestamps-really-leak-your-local-time/7824
|
||||
## https://web.archive.org/web/20170201160732/https://mailman.boum.org/pipermail/tails-dev/2013-December/004520.html
|
||||
## https://access.redhat.com/sites/default/files/attachments/20150325_network_performance_tuning.pdf
|
||||
##
|
||||
net.ipv4.tcp_timestamps=0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user