Skip to content

nlplug-findfs: increase socket buffer to 4MB

Ghost User requested to merge (removed):netlink-size into master

this should avoid the vast majority of "no buffer space available" errors

this was 512kb, and was raised to 1MB in 9547c279.

for reference, systemd-udev and eudev set this to 128MB. knowing that, try 4MB.

https://github.com/eudev-project/eudev/blob/9bcbc131a682ed3944e5245845b88d07f5b10a99/src/udev/udevadm-monitor.c#L219 https://github.com/systemd/systemd/blob/596ac132fb13943a291fb4150c234a1f856e7e8f/src/udev/udevadm-wait.c#L187

ref !116 (comment 298326)

Merge request reports