iroh-netbench 0.2.0

Application-level network benchmarking inside a caller-owned peer session
Documentation
1
2
3
4
5
6
7
8
9
//! Versioned on-the-wire messages.

mod codec;
mod control;
mod probe;

pub(crate) use codec::{read_control, write_control};
pub(crate) use control::{Capabilities, ControlMessage, ErrorCode, ServerLimits};
pub(crate) use probe::{PROBE_MAGIC, Probe, ProbeKind};