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 Aug 9, 2019
2 parents a9ab0f9 + 1937b45 commit 0e12753
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unix/linux_like/mod.rs
Original file line number Diff line number Diff line change
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 0e12753

Please sign in to comment.