Re: [PATCH net] tcp: fix wraparound issue in tcp_lp
From: David Miller <davem@davemloft.net> Date: 2017-05-02 19:07:31
From: Eric Dumazet <redacted>
Date: Mon, 01 May 2017 15:29:48 -0700
From: Eric Dumazet <edumazet@google.com>
Be careful when comparing tcp_time_stamp to some u32 quantity,
otherwise result can be surprising.
Fixes: 7c106d7e782b ("[TCP]: TCP Low Priority congestion control")
Signed-off-by: Eric Dumazet <edumazet@google.com>