dodo  0.0.1
A C++ library to create containerized Linux services
socketparams.hpp File Reference
#include <netdb.h>
#include <sstream>
#include <string>
Include dependency graph for socketparams.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::SocketParams
 Socket parameters - the family (domain), socket type and protocol triplet. 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::SocketParams class.

Definition in file socketparams.hpp.