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

2016-11-30 Thread Yuchung Cheng
On Wed, Nov 30, 2016 at 4:28 AM, 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 v2 1/2] tcp: randomize tcp timestamp offsets for each connection

2016-11-30 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