commit | 7c93a88785dae6b61dc736b46594d088989e484b | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <kuba@kernel.org> | Mon Mar 04 21:33:08 2024 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Mar 06 12:07:43 2024 +0000 |
tree | 3a88b4da3a59b888fb048feaead2db3058e92057 | |
parent | 7df7231d6a6b68b4b68fb4e38a4639997a208fd2 [diff] |
tools: ynl: allow setting recv() size Make the size of the buffer we use for recv() configurable. The details of the buffer sizing in netlink are somewhat arcane, we could spend a lot of time polishing this API. Let's just leave some hopefully helpful comments for now. This is a for-developers-only feature, anyway. Signed-off-by: Jakub Kicinski <kuba@kernel.org> Reviewed-by: Donald Hunter <donald.hunter@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>