//! Shared protocol types and traits for str0m.
/// Targeted MTU
pubconstDATAGRAM_MTU:usize=1150;/// Warn if any packet we are about to send is above this size.
pubconstDATAGRAM_MTU_WARN:usize=1280;modbandwidth;pubusebandwidth::{Bitrate, DataSize};pubmodcrypto;