twamp-rs 0.2.0

Implementation of TWAMP (RFC 5357)
Documentation
1
2
3
4
5
6
7
8
9
pub const TWAMP_CONTROL_WELL_KNOWN_PORT: u16 = 862;

#[derive(PartialEq)]
pub enum Messages {
    SetUpResponse,
    RequestTwSession,
    StartSessions,
    StopSessions,
}