Skip to content

Commit b668e77

Browse files
committed
NetBSD: unbreak tests; neither TCP_NOPUSH or TCP_NOOPT yet exist here
1 parent f478089 commit b668e77

File tree

1 file changed

+0
-2
lines changed
  • src/unix/bsd/netbsdlike/netbsd

1 file changed

+0
-2
lines changed

src/unix/bsd/netbsdlike/netbsd/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,11 +399,9 @@ pub const IPV6_JOIN_GROUP: ::c_int = 12;
399399
pub const IPV6_LEAVE_GROUP: ::c_int = 13;
400400

401401
pub const TCP_KEEPIDLE: ::c_int = 3;
402-
pub const TCP_NOPUSH: ::c_int = 4;
403402
pub const TCP_KEEPINTVL: ::c_int = 5;
404403
pub const TCP_KEEPCNT: ::c_int = 6;
405404
pub const TCP_KEEPINIT: ::c_int = 7;
406-
pub const TCP_NOOPT: ::c_int = 8;
407405
pub const TCP_INFO: ::c_int = 9;
408406
pub const TCP_MD5SIG: ::c_int = 0x10;
409407
pub const TCP_CONGCTL: ::c_int = 0x20;

0 commit comments

Comments
 (0)