upd
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user