|
Net++
A class-based C++ encapsulation over the POSIX Sockets API
|
Classes | |
| class | Resolver |
| The Resolver class. More... | |
| struct | ResolverHints |
| A structure to represent the hint parameters passed into getaddrinfo. More... | |
Functions | |
| addrinfo | craft_resolver_hints (ResolverHints &hints) |
| Creates the raw struct addrinfo out of struct ResolverHints. | |
| addrinfo conn_resolver::craft_resolver_hints | ( | ResolverHints & | hints | ) |
Creates the raw struct addrinfo out of struct ResolverHints.
| hints | The resolver hints struct |