|
dodo
0.0.1
A C++ library to create containerized Linux services
|
#include <arpa/inet.h>#include <iostream>#include <list>#include <map>#include <stdint.h>#include <string>#include <sys/socket.h>#include "common/exception.hpp"#include "network/socketparams.hpp"

Go to the source code of this file.
Data Structures | |
| class | dodo::network::Address |
| Generic network Address, supporting ipv4 and ipv6 transparently. More... | |
| struct | dodo::network::AddrInfo |
| Address info, comprising the canonical name of a host, and list of address info items for the host. More... | |
| struct | dodo::network::AddrInfoItem |
| Address info item as used in AddrInfo. More... | |
Namespaces | |
| dodo | |
| A C++ platform interface to lean Linux services tailored for containerized deployment. | |
| dodo::network | |
| Interface for network communication. | |
Defines the dodo::network::Address class.
Definition in file address.hpp.