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 caee856 commit 2f218e9Copy full SHA for 2f218e9
src/unix/bsd/freebsdlike/freebsd/mod.rs
@@ -457,6 +457,7 @@ pub const JAIL_SYS_INHERIT: ::c_int = 2;
457
pub const SO_BINTIME: ::c_int = 0x2000;
458
pub const SO_NO_OFFLOAD: ::c_int = 0x4000;
459
pub const SO_NO_DDP: ::c_int = 0x8000;
460
+pub const SO_REUSEPORT_LB: ::c_int = 0x10000;
461
pub const SO_LABEL: ::c_int = 0x1009;
462
pub const SO_PEERLABEL: ::c_int = 0x1010;
463
pub const SO_LISTENQLIMIT: ::c_int = 0x1011;
0 commit comments