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 f478089 commit b668e77Copy full SHA for b668e77
src/unix/bsd/netbsdlike/netbsd/mod.rs
@@ -399,11 +399,9 @@ pub const IPV6_JOIN_GROUP: ::c_int = 12;
399
pub const IPV6_LEAVE_GROUP: ::c_int = 13;
400
401
pub const TCP_KEEPIDLE: ::c_int = 3;
402
-pub const TCP_NOPUSH: ::c_int = 4;
403
pub const TCP_KEEPINTVL: ::c_int = 5;
404
pub const TCP_KEEPCNT: ::c_int = 6;
405
pub const TCP_KEEPINIT: ::c_int = 7;
406
-pub const TCP_NOOPT: ::c_int = 8;
407
pub const TCP_INFO: ::c_int = 9;
408
pub const TCP_MD5SIG: ::c_int = 0x10;
409
pub const TCP_CONGCTL: ::c_int = 0x20;
0 commit comments