Re: [PATCH net-next 1/2] tcp: randomize tcp timestamp offsets for each connection

2016-11-29 Thread Eric Dumazet
On Tue, 2016-11-29 at 16:45 +0100, Florian Westphal wrote: > jiffies based timestamps allow for easy inference of number of devices > behind NAT translators and also makes tracking of hosts simpler. > > commit ceaa1fef65a7c2e ("tcp: adding a per-socket timestamp offset") > added the main infrastru

[PATCH net-next 1/2] tcp: randomize tcp timestamp offsets for each connection

2016-11-29 Thread Florian Westphal
jiffies based timestamps allow for easy inference of number of devices behind NAT translators and also makes tracking of hosts simpler. commit ceaa1fef65a7c2e ("tcp: adding a per-socket timestamp offset") added the main infrastructure that is needed for per-connection ts randomization, in particul