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 2b01f7e commit 1937b45Copy full SHA for 1937b45
src/unix/linux_like/mod.rs
@@ -805,6 +805,7 @@ pub const IP_TTL: ::c_int = 2;
805
pub const IP_HDRINCL: ::c_int = 3;
806
pub const IP_PKTINFO: ::c_int = 8;
807
pub const IP_RECVTOS: ::c_int = 13;
808
+pub const IP_RECVERR: ::c_int = 11;
809
pub const IP_ADD_MEMBERSHIP: ::c_int = 35;
810
pub const IP_DROP_MEMBERSHIP: ::c_int = 36;
811
pub const IP_TRANSPARENT: ::c_int = 19;
0 commit comments