Re: [PATCH] docs: netlink: Correct buffer sizing info
From: Jakub Kicinski
Date: Fri May 15 2026 - 18:57:26 EST
On Fri, 15 May 2026 22:57:41 +0700 Konstantin Shabanov wrote:
> The problem is that according to the comment, kernel isn't going to send
> more than 8K in a single reply and the documentation is currently recommends the opposite:
> to create _at least_ 8K buffer what looks excessive.
Got it.