dodo
0.0.1
A C++ library to create containerized Linux services
|
#include <arpa/inet.h>
#include <map>
#include <netdb.h>
#include <stdint.h>
#include <sys/socket.h>
#include "common/systemerror.hpp"
#include "network/address.hpp"
#include "network/basesocket.hpp"
Go to the source code of this file.
Data Structures | |
class | dodo::network::Socket |
A Linux socket. 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::Socket class.
Definition in file socket.hpp.