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.
2 parents 05cc796 + a8a28ad commit 5f7c6c1Copy full SHA for 5f7c6c1
src/unix/bsd/apple/mod.rs
@@ -2323,6 +2323,7 @@ pub const SO_NOADDRERR: ::c_int = 0x1023;
2323
pub const SO_NWRITE: ::c_int = 0x1024;
2324
pub const SO_REUSESHAREUID: ::c_int = 0x1025;
2325
pub const SO_NOTIFYCONFLICT: ::c_int = 0x1026;
2326
+pub const SO_LINGER_SEC: ::c_int = 0x1080;
2327
pub const SO_RANDOMPORT: ::c_int = 0x1082;
2328
pub const SO_NP_EXTENSIONS: ::c_int = 0x1083;
2329
0 commit comments