nn::socket::AddrInfoType Enumerated Typeenum AddrInfoType;
| Value | Description |
|---|---|
AI_PASSIVE |
0.0.0.0 when nodeName is NULL. |
AI_CANONNAME |
Gets the canonical name corresponding to nodeName. |
AI_NUMERICHOST |
Specifies a numerical host address string in nodeName. |
AI_NUMERICSERV |
Specifies a numerical port number string in servName. |
Flags given to the GetAddrInfo function.
CONFIDENTIAL