This commit is contained in:
ge
2026-04-13 04:02:42 +03:00
parent 2d2281b8cc
commit 7b17a4a33b
9 changed files with 253 additions and 73 deletions
+3
View File
@@ -24,3 +24,6 @@ pub type AddrInfoFlag = int
// Flag type for `translate_name()`.
// See [getnameinfo(3)](https://man7.org/linux/man-pages/man3/getnameinfo.3.html) for details.
pub type NameInfoFlag = int
// Type for recv, recvfrom, recvmsg, send, sendto, sendmsg flags.
pub type MsgFlag = int