add MSG flags for sockets

This commit is contained in:
Benton60
2026-03-18 14:11:07 -04:00
parent 0076e6e034
commit c7b39521e4
+2
View File
@@ -115,6 +115,8 @@ pub mod flag {
O_NONBLOCK, O_PATH, O_RDONLY, O_RDWR, O_TRUNC, O_WRONLY,
};
pub use libc::{MSG_DONTROUTE, MSG_OOB, MSG_PEEK, MSG_DONTWAIT, MSG_EOR, };
pub use libc::{CLOCK_MONOTONIC, CLOCK_REALTIME};
pub use libc::{SIG_BLOCK, SIG_SETMASK, SIG_UNBLOCK};