|
dodo
0.0.1
A C++ library to create containerized Linux services
|
#include "network/tcplistener.hpp"

Go to the source code of this file.
Data Structures | |
| class | dodo::network::TCPServer |
| Used in conjunction with TCPListener to implement high speed, multithreaded TCP services. More... | |
Namespaces | |
| dodo | |
| A C++ platform interface to lean Linux services tailored for containerized deployment. | |
| dodo::network | |
| Interface for network communication. | |
Defines the dodo::network::TCPListener class.
Definition in file tcpserver.hpp.