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 727d0ed commit c35cc0aCopy full SHA for c35cc0a
src/unix/solarish/mod.rs
@@ -1387,6 +1387,9 @@ pub const IPV6_LEAVE_GROUP: ::c_int = 10;
1387
1388
pub const TCP_NODELAY: ::c_int = 1;
1389
pub const TCP_KEEPIDLE: ::c_int = 34;
1390
+pub const TCP_KEEPCNT: ::c_int = 35;
1391
+pub const TCP_KEEPINTVL: ::c_int = 36;
1392
+
1393
pub const SOL_SOCKET: ::c_int = 0xffff;
1394
pub const SO_DEBUG: ::c_int = 0x01;
1395
pub const SO_ACCEPTCONN: ::c_int = 0x0002;
0 commit comments