dodo  0.0.1
A C++ library to create containerized Linux services
socket.cpp File Reference
#include <cstring>
#include <iostream>
#include <sys/socket.h>
#include <sys/types.h>
#include <unistd.h>
#include "network/socket.hpp"
#include "common/exception.hpp"
Include dependency graph for socket.cpp:

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.
 

Detailed Description

Implements the dodo::network::Socket class.

Definition in file socket.cpp.