This commit is contained in:
ge
2026-05-01 23:03:05 +03:00
parent 04a644869e
commit ed674e41e1
10 changed files with 430 additions and 412 deletions
+2 -2
View File
@@ -17,11 +17,11 @@ pub type SocketLevel = int
// The socket option type.
pub type SocketOption = int
// Flag type for `translate_addr()`.
// Flag type for `addr_info()`.
// See [getaddrinfo(3)](https://man7.org/linux/man-pages/man3/getaddrinfo.3.html) for details.
pub type AddrInfoFlag = int
// Flag type for `translate_name()`.
// Flag type for `name_info()`.
// See [getnameinfo(3)](https://man7.org/linux/man-pages/man3/getnameinfo.3.html) for details.
pub type NameInfoFlag = int