Re: [PATCH net-next] tcp: add ability to set a timestamp offset

2013-02-13 Thread David Miller
From: Andrey Vagin Date: Mon, 11 Feb 2013 19:50:16 +0400 > If a TCP socket will get live-migrated from one box to another the > timestamps (which are typically ON) will get screwed up -- the new > kernel will generate TS values that has nothing to do with what they > were on dump. The solution is

Re: [PATCH net-next] tcp: add ability to set a timestamp offset

2013-01-22 Thread David Miller
From: Neal Cardwell Date: Tue, 22 Jan 2013 16:18:04 -0500 > On Tue, Jan 22, 2013 at 3:52 PM, Andrey Vagin wrote: >> If a TCP socket will get live-migrated from one box to another the >> timestamps (which are typically ON) will get screwed up -- the new >> kernel will generate TS values that has

Re: [PATCH net-next] tcp: add ability to set a timestamp offset

2013-01-22 Thread Neal Cardwell
On Tue, Jan 22, 2013 at 3:52 PM, Andrey Vagin wrote: > If a TCP socket will get live-migrated from one box to another the > timestamps (which are typically ON) will get screwed up -- the new > kernel will generate TS values that has nothing to do with what they > were on dump. The solution is to y

Re: [PATCH net-next] tcp: add ability to set a timestamp offset

2013-01-22 Thread Rick Jones
On 01/22/2013 12:52 PM, Andrey Vagin wrote: If a TCP socket will get live-migrated from one box to another the timestamps (which are typically ON) will get screwed up -- the new kernel will generate TS values that has nothing to do with what they were on dump. The solution is to yet again fix the