Module api

Module api 

Source
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§

ConnectionStats
Connection statistics
P2PConnection
High-level P2P connection
P2PNode
High-level P2P node implementation

Enums§

P2PError
Errors that can occur in the P2P API
P2PEvent
High-level P2P events