26 #ifndef EVETCPSERVER_H_
27 #define EVETCPSERVER_H_
Simple wrapper for sockets.
void AddConnection(EVETCPConnection *con)
Adds connection to the queue.
EVE derivation of TCP connection.
virtual void CreateNewConnection(Socket *sock, uint32 rIP, uint16 rPort)
Processes new connection.
Connection-type-dependent version of TCP server.
EVE derivation of TCP server.