]> git.ipfire.org Git - thirdparty/systemd.git/commit
sd-device-monitor: unconditionally increase buffer size by sd_device_monitor_new() 29872/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 6 Nov 2023 11:39:46 +0000 (20:39 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 6 Nov 2023 11:39:51 +0000 (20:39 +0900)
commiteba449fa81f645657a61ca3e8444aabfb2d858f0
tree1d317fa6a83405f039d2abea7628f935ae9b51b8
parent7dafeb6d6bde431b20b510ce44d8e7d20afe73ef
sd-device-monitor: unconditionally increase buffer size by sd_device_monitor_new()

As suggested at https://github.com/systemd/systemd/pull/29872#discussion_r1382932633:
> socket memory is these days accounted to the process that owns a socket,
> hence we shouldn't be too concerned that this might waste memory.
src/core/device.c
src/libsystemd/sd-device/device-monitor.c
src/network/networkd-manager.c
src/udev/udev-manager.c
src/udev/udevadm-monitor.c
src/udev/udevadm-trigger.c
src/udev/udevadm-wait.c