Provides basic tcp server functionality. More...
#include <iostream>
#include <map>
#include <deque>
#include <string.h>
#include "tcpsocket.h"
#include "tcpssl.h"
Go to the source code of this file.
Classes | |
class | tcp::Server |
Listens for TCP connections and establishes Sessions. More... | |
class | tcp::Session |
Represents a TCP connection accepted by the Server. More... | |
Namespaces | |
tcp | |
A tcp client/server library for linux that supports openSSL and EPoll. | |
Provides basic tcp server functionality.
Create descendants of tcp::Server and tcp::Session to implement a custom tcp server
Definition in file tcpserver.h.