On Thu, 2016-08-25 at 16:49 +0200, Florian Westphal wrote: > Eric Dumazet <eric.duma...@gmail.com> wrote: > > Here at Google we have been using usec resolution in TCP timestamps for > > a while for all our DC traffic, and we have to upstream this at some > > point. > > > > It would be nice if the randomization was optional, because having usec > > timestamps with a common base (ie no per flow random base) helps a lot > > to understand the host delays at transmit time, and receive time. > > Would it help to make it per-host instead of per-flow?
Not really. 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. > > > I will review your patch more in depth today, thanks. > > Great, thanks a lot!