Skip to content
Snippets Groups Projects
Commit 5941675d authored by Alex Crichton's avatar Alex Crichton
Browse files

Merge pull request #154 from polezaivsani/openbsd_sockgrpopt

Add IP v6 group membership options to OpenBSD build
parents 9f99d74b 233941e6
No related branches found
No related tags found
No related merge requests found
......@@ -134,6 +134,9 @@ pub const RLIM_NLIMITS: ::c_int = 9;
pub const SO_SNDTIMEO: ::c_int = 0x1005;
pub const SO_RCVTIMEO: ::c_int = 0x1006;
pub const IPV6_JOIN_GROUP: ::c_int = 12;
pub const IPV6_LEAVE_GROUP: ::c_int = 13;
pub const KERN_PROC : ::c_int = 66;
pub const O_DSYNC : ::c_int = 128;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment