[][src]Module daemon_engine::tcp

TCP implements a TCP socket server and connection

Structs

TcpInfo

TcpInfo is an information object associated with a given TcpServer connection. This is passed to the server request handler to allow ACLs and connection tracking

Type Definitions

TcpConnection

TcpConnection is a Connection implementation over TcpStream

TcpServer

TcpServer is a Server implementation over TcpStream and TcpInfo types with a generic codec