dodo  0.0.1
A C++ library to create containerized Linux services
socket.hpp File Reference
#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"
Include dependency graph for socket.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Defines the dodo::network::Socket class.

Definition in file socket.hpp.