dodo  0.0.1
A C++ library to create containerized Linux services
basesocket.hpp File Reference
#include <fcntl.h>
#include "common/exception.hpp"
#include "network/address.hpp"
Include dependency graph for basesocket.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::BaseSocket
 Interface to and common implementation of concrete sockets (Socket, TLSSocket). 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::BaseSocket class.

Definition in file basesocket.hpp.