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.
2 parents 4d0e2b3 + b672d88 commit 56ebc90Copy full SHA for 56ebc90
src/unix/uclibc/mod.rs
@@ -870,6 +870,7 @@ pub const MSG_WAITFORONE: ::c_int = 0x10000;
870
pub const MSG_CMSG_CLOEXEC: ::c_int = 0x40000000;
871
872
pub const SOCK_RAW: ::c_int = 3;
873
+pub const SOCK_RDM: ::c_int = 4;
874
pub const IP_MULTICAST_TTL: ::c_int = 33;
875
pub const IP_MULTICAST_LOOP: ::c_int = 34;
876
pub const IP_TTL: ::c_int = 2;
0 commit comments