rust-netlink / netlink-sys

netlink sockets, with optional integration with tokio
Other
15 stars 10 forks source link

Add 'get/set SO_RCVBUF' methods to the pub interface #20

Closed qpmr closed 5 months ago

qpmr commented 5 months ago

Useful wrappers for controlling socket receive buffer. I use it with the linux-taskstats crate for receiving statistics about exit threads.