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 5847557 commit f79e1c5Copy full SHA for f79e1c5
src/sys/socket.rs
@@ -184,6 +184,7 @@ mod consts {
184
pub const SO_RESTRICT_DENYIN: SockOpt = 0x00000001;
185
pub const SO_RESTRICT_DENYOUT: SockOpt = 0x00000002;
186
pub const SO_REUSEADDR: SockOpt = 0x0004;
187
+ pub const SO_REUSEPORT: SockOpt = 0x0200;
188
pub const SO_REUSESHAREUID: SockOpt = 0x1025;
189
pub const SO_SNDBUF: SockOpt = 0x1001;
190
pub const SO_TIMESTAMP: SockOpt = 0x0400;
0 commit comments