From: Eric Dumazet
Date: Wed, 22 Mar 2017 08:10:21 -0700
> From: Eric Dumazet
>
> icsk_ack.lrcvtime has a 0 value at socket creation time.
>
> tcpi_last_data_recv can have bogus value if no payload is ever received.
>
> This patch initializes icsk_ack.lrcvtime for active sessions
> in tcp_fin
On Wed, Mar 22, 2017 at 11:10 AM, Eric Dumazet wrote:
> From: Eric Dumazet
>
> icsk_ack.lrcvtime has a 0 value at socket creation time.
>
> tcpi_last_data_recv can have bogus value if no payload is ever received.
>
> This patch initializes icsk_ack.lrcvtime for active sessions
> in tcp_finish_con
From: Eric Dumazet
icsk_ack.lrcvtime has a 0 value at socket creation time.
tcpi_last_data_recv can have bogus value if no payload is ever received.
This patch initializes icsk_ack.lrcvtime for active sessions
in tcp_finish_connect(), and for passive sessions in
tcp_create_openreq_child()
Sign