|
Net++
A class-based C++ encapsulation over the POSIX Sockets API
|
#include "endpoint_info.hpp"#include "networking.hpp"#include "tcp.hpp"#include <cstdint>#include <netdb.h>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| struct | conn_resolver::ResolverHints |
| A structure to represent the hint parameters passed into getaddrinfo. More... | |
| class | conn_resolver::Resolver |
| The Resolver class. More... | |
Namespaces | |
| namespace | conn_resolver |
Functions | |
| addrinfo | conn_resolver::craft_resolver_hints (ResolverHints &hints) |
| Creates the raw struct addrinfo out of struct ResolverHints. | |