Skip to content
Snippets Groups Projects
Commit 70559e31 authored by felixmoebius's avatar felixmoebius
Browse files

Add SO_PEERCRED

parent 68f98d89
No related branches found
No related tags found
No related merge requests found
......@@ -964,6 +964,8 @@ pub const SO_TYPE: ::c_int = 0x1008;
pub const SO_CONTIMEO: ::c_int = 0x1009;
pub const SO_NO_CHECK: ::c_int = 0x100a;
pub const SO_PEERCRED: ::c_int = 17;
pub const SOCK_STREAM: ::c_int = 1;
pub const SOCK_DGRAM: ::c_int = 2;
pub const SOCK_RAW: ::c_int = 3;
......
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