|
Net++
A class-based C++ encapsulation over the POSIX Sockets API
|
A structure to represent the hint parameters passed into getaddrinfo. More...
#include <resolver.hpp>
Public Attributes | |
| int32_t | endpoint_type = networking::socket_type::raw |
| int32_t | ip_domain = networking::domain::unspecified_domain |
| int32_t | protocol |
| int32_t | flags |
A structure to represent the hint parameters passed into getaddrinfo.
| int32_t conn_resolver::ResolverHints::endpoint_type = networking::socket_type::raw |
The socket type of the current endpoint
| int32_t conn_resolver::ResolverHints::flags |
Additional flags. Check 'man getaddrinfo'
| int32_t conn_resolver::ResolverHints::ip_domain = networking::domain::unspecified_domain |
The IP domain that the resolver should search
| int32_t conn_resolver::ResolverHints::protocol |
Limits the returned address structure to a specific protocol