libc
libc copied to clipboard
Uncommenting SO_PREFER_BUSY_POLL and SO_BUSY_POLL_BUDGET
I'm interested in these socket options which are commented out: https://docs.rs/libc/latest/src/libc/unix/linux_like/linux/arch/generic/mod.rs.html#109
Digging through the git history and issues I did not see any specific issue with these constants when they were added: https://github.com/rust-lang/libc/pull/2135
Is there any blocker for adding them?
It might be because of CI not passing at the time ? if that s still the case now, it s better to put an exception libc-test/build.rs instead.
Opened https://github.com/rust-lang/libc/pull/3917 Let's see if CI complains