Module daemon_engine::tcp

source ·
Expand description

TCP implements a TCP socket server and connection

Structs

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 is a Connection implementation over TcpStream
TcpServer is a Server implementation over TcpStream and TcpInfo types with a generic codec