feat: Implement Unix Domain Socket and related features.
This commit is contained in:
committed by
Jeremy Soller
parent
e86bbb0856
commit
206239f9a2
@@ -73,3 +73,4 @@ pub const SHUT_RDWR: c_int = 2;
|
||||
pub const SHUT_WR: c_int = 1;
|
||||
|
||||
pub const SCM_RIGHTS: c_int = 1;
|
||||
pub const SCM_CREDENTIALS: c_int = 2;
|
||||
|
||||
Reference in New Issue
Block a user