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:

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.

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

monitormonitor
Interactive connection and link monitor.
Tools for establishing connections consisting of aggregated TCP links, optionally encrypted and authenticated using TLS.
speedspeed-test
Speed test.

Structs

Link tag error information.