File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -803,6 +803,7 @@ pub const TCP_PCAP_OUT: ::c_int = 2048;
803
803
pub const TCP_PCAP_IN : :: c_int = 4096 ;
804
804
805
805
pub const IP_BINDANY : :: c_int = 24 ;
806
+ pub const IP_RECVTOS : :: c_int = 68 ;
806
807
807
808
pub const PF_SLOW : :: c_int = AF_SLOW ;
808
809
pub const PF_SCLUSTER : :: c_int = AF_SCLUSTER ;
Original file line number Diff line number Diff line change @@ -664,7 +664,6 @@ pub const IP_RECVDSTADDR: ::c_int = 7;
664
664
pub const IP_SENDSRCADDR : :: c_int = IP_RECVDSTADDR ;
665
665
pub const IP_ADD_MEMBERSHIP : :: c_int = 12 ;
666
666
pub const IP_DROP_MEMBERSHIP : :: c_int = 13 ;
667
- pub const IP_RECVTOS : :: c_int = 68 ;
668
667
pub const IPV6_JOIN_GROUP : :: c_int = 12 ;
669
668
pub const IPV6_LEAVE_GROUP : :: c_int = 13 ;
670
669
pub const IPV6_RECVPKTINFO : :: c_int = 36 ;
You can’t perform that action at this time.
0 commit comments