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 f64ee03 commit 372ae79Copy full SHA for 372ae79
src/unix/newlib/mod.rs
@@ -491,10 +491,6 @@ pub const IFF_LINK2: ::c_int = 0x4000; // per link layer defined bit
491
pub const IFF_ALTPHYS: ::c_int = IFF_LINK2; // use alternate physical connection
492
pub const IFF_MULTICAST: ::c_int = 0x8000; // supports multicast
493
494
-pub const IPPROTO_IP: ::c_int = 0;
495
-pub const IPPROTO_UDP: ::c_int = 17;
496
-pub const IPPROTO_TCP: ::c_int = 6;
497
-
498
pub const TCP_NODELAY: ::c_int = 8193;
499
pub const TCP_MAXSEG: ::c_int = 8194;
500
0 commit comments