Expand description
High-level API for QUIC operations High-Level NAT Traversal API
This module provides a clean, intuitive API for developers to use the ant-quic library for NAT traversal and P2P networking.
Re-exports§
pub use config::ConfigError;
pub use config::P2PConfig;
pub use config::P2PConfigBuilder;
Modules§
- config
- Configuration module for ant-quic
Structs§
- Connection
Stats - Connection statistics
- P2PConnection
- High-level P2P connection
- P2PNode
- High-level P2P node implementation