Re: [PATCH net-next v2 2/6] tcp: rstreason: introduce SK_RST_REASON_TCP_ABORT_ON_LINGER for active reset
From: Eric Dumazet <edumazet@google.com>
Date: 2024-08-01 06:48:32
From: Eric Dumazet <edumazet@google.com>
Date: 2024-08-01 06:48:32
On Wed, Jul 31, 2024 at 2:10 PM Jason Xing [off-list ref] wrote:
From: Jason Xing <kernelxing@tencent.com> Introducing a new type TCP_ABORT_ON_LINGER for tcp reset reason to handle negative linger value case. Signed-off-by: Jason Xing <kernelxing@tencent.com>
Reviewed-by: Eric Dumazet <edumazet@google.com>