feat: Implement Unix Domain Socket and related features.

This commit is contained in:
Ibuki Omatsu
2025-07-18 04:48:37 +00:00
committed by Jeremy Soller
parent e86bbb0856
commit 206239f9a2
7 changed files with 637 additions and 60 deletions
+1
View File
@@ -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;