Re: [PATCH net-next] ipv4: tcp: fix ACK/RST sent with a transmit delay

2019-06-14 Thread David Miller
From: Eric Dumazet Date: Thu, 13 Jun 2019 21:22:35 -0700 > If we want to set a EDT time for the skb we want to send > via ip_send_unicast_reply(), we have to pass a new parameter > and initialize ipc.sockc.transmit_time with it. > > This fixes the EDT time for ACK/RST packets sent on behalf of >

[PATCH net-next] ipv4: tcp: fix ACK/RST sent with a transmit delay

2019-06-13 Thread Eric Dumazet
If we want to set a EDT time for the skb we want to send via ip_send_unicast_reply(), we have to pass a new parameter and initialize ipc.sockc.transmit_time with it. This fixes the EDT time for ACK/RST packets sent on behalf of a TIME_WAIT socket. Fixes: a842fe1425cb ("tcp: add optional per socke