Crate aggligator_util
source ·Expand description
Utilities for working with the Aggligator link aggregator.
This crate provides utility functions and command line tools for working with the Aggligator link aggregator.
It provides the following modules:
- functions for establishing a connection consisting of aggregated TCP links with optional TLS encryption,
- a text-based, interactive connection and link montor,
- a speed test.
The following command line tools are included:
agg-speed— performs a speed test over a connection of aggregated TCP links,agg-tunnel— forwards arbitrary TCP ports over a connection of aggregated TCP links.
Both tools display a text-based, interactive connection and link monitor.
Simple aggregation of TCP links
Use the tcp_connect and tcp_server functions from the net module.
Encryption and authentication using TLS
Use the tls_connect and tls_server functions from the net module.
Modules
monitor
monitorInteractive connection and link monitor.
Tools for establishing connections consisting of aggregated TCP links,
optionally encrypted and authenticated using TLS.
speed
speed-testSpeed test.
Structs
Link tag error information.