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 bd7e052 commit 091a3dcCopy full SHA for 091a3dc
src/unix/linux_like/linux/gnu/b32/x86/mod.rs
@@ -528,6 +528,7 @@ pub const SO_RCVTIMEO: ::c_int = 20;
528
pub const SO_SNDTIMEO: ::c_int = 21;
529
pub const SO_PEERSEC: ::c_int = 31;
530
pub const SO_PASSSEC: ::c_int = 34;
531
+pub const SO_INCOMING_CPU: ::c_int = 49;
532
533
pub const SA_SIGINFO: ::c_int = 0x00000004;
534
pub const SA_NOCLDWAIT: ::c_int = 0x00000002;
0 commit comments