File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1933,8 +1933,6 @@ pub const CLONE_PIDFD: ::c_int = 0x1000;
19331933// netinet/in.h
19341934// NOTE: These are in addition to the constants defined in src/unix/mod.rs
19351935
1936- /// Multipath TCP
1937- pub const IPPROTO_MPTCP : :: c_int = 262 ;
19381936#[ deprecated(
19391937 since = "0.2.80" ,
19401938 note = "This value was increased in the newer kernel \
Original file line number Diff line number Diff line change @@ -916,6 +916,8 @@ pub const IPPROTO_UDPLITE: ::c_int = 136;
916916pub const IPPROTO_RAW : :: c_int = 255 ;
917917pub const IPPROTO_BEETPH : :: c_int = 94 ;
918918pub const IPPROTO_MPLS : :: c_int = 137 ;
919+ /// Multipath TCP
920+ pub const IPPROTO_MPTCP : :: c_int = 262 ;
919921
920922pub const MCAST_EXCLUDE : :: c_int = 0 ;
921923pub const MCAST_INCLUDE : :: c_int = 1 ;
You can’t perform that action at this time.
0 commit comments