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 8684b55 + 967dffe commit d791c50Copy full SHA for d791c50
src/unix/bsd/apple/mod.rs
@@ -2257,6 +2257,8 @@ pub const IPV6_RECVPKTINFO: ::c_int = 61;
2257
pub const TCP_NOPUSH: ::c_int = 4;
2258
pub const TCP_NOOPT: ::c_int = 8;
2259
pub const TCP_KEEPALIVE: ::c_int = 0x10;
2260
+pub const TCP_KEEPINTVL: ::c_int = 0x101;
2261
+pub const TCP_KEEPCNT: ::c_int = 0x102;
2262
/// Enable/Disable TCP Fastopen on this socket
2263
pub const TCP_FASTOPEN: ::c_int = 0x105;
2264
0 commit comments