Skip to content

Commit 1937b45

Browse files
author
Temirkhan Myrzamadi
committed
Add IP_RECVERR (unix/linux_like/mod.rs)
1 parent 2b01f7e commit 1937b45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/unix/linux_like/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -805,6 +805,7 @@ pub const IP_TTL: ::c_int = 2;
805805
pub const IP_HDRINCL: ::c_int = 3;
806806
pub const IP_PKTINFO: ::c_int = 8;
807807
pub const IP_RECVTOS: ::c_int = 13;
808+
pub const IP_RECVERR: ::c_int = 11;
808809
pub const IP_ADD_MEMBERSHIP: ::c_int = 35;
809810
pub const IP_DROP_MEMBERSHIP: ::c_int = 36;
810811
pub const IP_TRANSPARENT: ::c_int = 19;

0 commit comments

Comments
 (0)