Re: [PATCH net v2 0/5] Make TCP-MD5-diag slightly less broken
From: Jakub Kicinski
Date: Thu Dec 05 2024 - 19:31:27 EST
On Thu, 5 Dec 2024 10:09:02 +0100 Eric Dumazet wrote:
> inet_diag_dump_one_icsk() could retry, doubling the size until the
> ~32768 byte limit is reached ?
>
> Also, we could make sure inet_sk_attr_size() returns at least
> NLMSG_DEFAULT_SIZE, there is no
> point trying to save memory for a single skb in inet_diag_dump_one_icsk().
SGTM :)