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

2016-12-02 Thread David Miller
From: Florian Westphal Date: Thu, 1 Dec 2016 11:32:06 +0100 > 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 infra

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

2016-12-01 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