Skip to content

Commit 2f218e9

Browse files
committed
Add new FreeBSD socket option SO_REUSEPORT_LB.
1 parent caee856 commit 2f218e9

File tree

1 file changed

+1
-0
lines changed
  • src/unix/bsd/freebsdlike/freebsd

1 file changed

+1
-0
lines changed

src/unix/bsd/freebsdlike/freebsd/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,7 @@ pub const JAIL_SYS_INHERIT: ::c_int = 2;
457457
pub const SO_BINTIME: ::c_int = 0x2000;
458458
pub const SO_NO_OFFLOAD: ::c_int = 0x4000;
459459
pub const SO_NO_DDP: ::c_int = 0x8000;
460+
pub const SO_REUSEPORT_LB: ::c_int = 0x10000;
460461
pub const SO_LABEL: ::c_int = 0x1009;
461462
pub const SO_PEERLABEL: ::c_int = 0x1010;
462463
pub const SO_LISTENQLIMIT: ::c_int = 0x1011;

0 commit comments

Comments
 (0)