Skip to content
Snippets Groups Projects
Commit 2f218e9f authored by Johannes Lundberg's avatar Johannes Lundberg
Browse files

Add new FreeBSD socket option SO_REUSEPORT_LB.

parent caee8565
No related branches found
No related tags found
No related merge requests found
......@@ -457,6 +457,7 @@ pub const JAIL_SYS_INHERIT: ::c_int = 2;
pub const SO_BINTIME: ::c_int = 0x2000;
pub const SO_NO_OFFLOAD: ::c_int = 0x4000;
pub const SO_NO_DDP: ::c_int = 0x8000;
pub const SO_REUSEPORT_LB: ::c_int = 0x10000;
pub const SO_LABEL: ::c_int = 0x1009;
pub const SO_PEERLABEL: ::c_int = 0x1010;
pub const SO_LISTENQLIMIT: ::c_int = 0x1011;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment