Re: [PATCH net-next v3 5/7] tcp: rstreason: introduce SK_RST_REASON_TCP_KEEPALIVE_TIMEOUT for active reset
From: Eric Dumazet <edumazet@google.com>
Date: 2024-08-02 09:35:41
From: Eric Dumazet <edumazet@google.com>
Date: 2024-08-02 09:35:41
On Thu, Aug 1, 2024 at 4:55 PM Jason Xing [off-list ref] wrote:
From: Jason Xing <kernelxing@tencent.com> When we find keepalive timeout here, we should send an RST to the other side. Signed-off-by: Jason Xing <kernelxing@tencent.com>
Note that this changelog does not really match the code. We were sending an RST already. Precise changelogs are needed to avoid extra work by stable teams, that can 'catch' things based on some keywords, not only Fixes: tags. Reviewed-by: Eric Dumazet <edumazet@google.com>