dodo
0.0.1
A C++ library to create containerized Linux services
|
#include <cstring>
#include <fcntl.h>
#include <iostream>
#include <netdb.h>
#include <sstream>
#include <unistd.h>
#include "network/address.hpp"
Go to the source code of this file.
Namespaces | |
dodo | |
A C++ platform interface to lean Linux services tailored for containerized deployment. | |
dodo::network | |
Interface for network communication. | |
Implements the dodo::network::Address class.
Definition in file address.cpp.