Add IP_RECVERR (unix/linux_like/mod.rs)

This commit is contained in:
Temirkhan Myrzamadi 2019-07-28 15:29:35 +06:00
parent 2b01f7e673
commit 1937b45118
1 changed files with 1 additions and 0 deletions

View File

@ -805,6 +805,7 @@ pub const IP_TTL: ::c_int = 2;
pub const IP_HDRINCL: ::c_int = 3;
pub const IP_PKTINFO: ::c_int = 8;
pub const IP_RECVTOS: ::c_int = 13;
pub const IP_RECVERR: ::c_int = 11;
pub const IP_ADD_MEMBERSHIP: ::c_int = 35;
pub const IP_DROP_MEMBERSHIP: ::c_int = 36;
pub const IP_TRANSPARENT: ::c_int = 19;