Expand description
ELARA Transport Layer - UDP and multi-path transport
This crate provides:
- UDP transport
- Packet scheduling
- Multi-path support (future)
- NAT traversal (STUN)
Re-exports§
pub use stun::NatType;pub use stun::StunClient;pub use stun::StunResult;pub use stun::STUN_SERVERS;pub use udp::*;