Module aggligator_util::net

source ·
Expand description

Tools for establishing connections consisting of aggregated TCP links, optionally encrypted and authenticated using TLS.

This module provides the simplest functions to establish outgoing or accept incoming connections consisting of aggregated TCP links.

Modules

Advanced tools for working with connections consisting of aggregated TCP links.

Functions

Builds a connection consisting of aggregated TCP links to the target.
Runs a TCP server accepting connections of aggregated links.
Builds a connection consisting of aggregated TCP links to the target, which are encrypted and authenticated using TLS.
Runs a TCP server accepting connections of aggregated links, which are encrypted and authenticated using TLS.