Skip to content

Commit

Permalink
Auto merge of #1444 - Gymmasssorla:gymmasssorla, r=gnzlbg
Browse files Browse the repository at this point in the history
Add IP_RECVERR (unix/linux_like/mod.rs)
  • Loading branch information
bors committed Jul 29, 2019
2 parents 2b01f7e + 1937b45 commit 22c0f59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unix/linux_like/mod.rs
Expand Up @@ -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;
Expand Down

0 comments on commit 22c0f59

Please sign in to comment.