We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c73a50d commit 81f8510Copy full SHA for 81f8510
src/unix/linux_like/linux/arch/generic/mod.rs
@@ -106,8 +106,8 @@ cfg_if! {
106
pub const SO_DETACH_REUSEPORT_BPF: ::c_int = 68;
107
}
108
109
-// pub const SO_PREFER_BUSY_POLL: ::c_int = 69;
110
-// pub const SO_BUSY_POLL_BUDGET: ::c_int = 70;
+pub const SO_PREFER_BUSY_POLL: ::c_int = 69;
+pub const SO_BUSY_POLL_BUDGET: ::c_int = 70;
111
112
cfg_if! {
113
if #[cfg(any(target_arch = "x86",
0 commit comments