Crate network_commons

source ·
Expand description

This crate provides a library for implementing the Two-Way Active Measurement Protocol (TWAMP), which is a protocol for measuring the performance of IP networks. The library provides various abstractions and utilities for customizing and running TWAMP tests.

§Usage

To use this crate, add the following to your Cargo.toml file:

[dependencies]
twamp = "*"

Modules§

Macros§

Traits§

  • A trait representing a Test strategy, which is an abstraction for Test implementors to customize the runtime of the test. Implementors of this trait provide a custom implementation of the execute method, which is called to execute the Test test with the specified configuration.