Yuchung Cheng <ych...@google.com> wrote: > > +tcp_timestamps - INTEGER > > +Enable timestamps as defined in RFC1323. > > + 0: Disabled. > > + 1: Enable timestamps as defined in RFC1323. > > + 2: Like 1, but also use a random offset for each connection > > + rather than only using the current time. > > + Default: 2 > Small suggestion: I suspect host/server configs manually set the knob > to 1. Perhaps swap 1 and 2 to maximize the coverage of this new > feature?
You mean: 1 (default): randomize 2: don't randomize? I think its good idea, will send v3. Thanks!