Expand description
Aggligator transport: TCP
§Simple aggregation of TCP links
Use the tcp_connect and tcp_server functions from the simple module.
Modules§
- simple
- Tools for establishing connections consisting of aggregated TCP links, optionally encrypted and authenticated using TLS.
- util
- Utils for working with IP connections.
Structs§
- TcpAcceptor
- TCP transport for incoming connections.
- TcpConnector
- TCP transport for outgoing connections.
- TcpLink
Tag - Link tag for TCP link.
Enums§
- IpVersion
- IP protocol version.
- TcpLink
Filter - TCP link filter method.