]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: allow to turn tcp timestamp randomization off
authorFlorian Westphal <fw@strlen.de>
Thu, 1 Dec 2016 10:32:07 +0000 (11:32 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 2 Dec 2016 17:49:59 +0000 (12:49 -0500)
commitd012e55471daec63668fca6d338642dca6ba7fce
tree6eafce74d841ccfa7dfb776e5cc1563424b1b2cf
parent540bb6fefd38acc36ca1cbe176e8964b74f15905
tcp: allow to turn tcp timestamp randomization off

Eric says: "By looking at tcpdump, and TS val of xmit packets of multiple
flows, we can deduct the relative qdisc delays (think of fq pacing).
This should work even if we have one flow per remote peer."

Having random per flow (or host) offsets doesn't allow that anymore so add
a way to turn this off.

Suggested-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Florian Westphal <fw@strlen.de>
Acked-by: Yuchung Cheng <ycheng@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/ip-sysctl.txt
net/core/secure_seq.c
net/ipv4/tcp_input.c