Module quic_node

Source
Expand description

High-level QUIC P2P node implementation QUIC-based P2P node with NAT traversal

This module provides a QUIC-based implementation of the P2P node that integrates with the NAT traversal protocol.

Structsยง

ConnectionMetrics
Connection metrics for a specific peer
NodeStats
Node statistics
QuicNodeConfig
Configuration for QUIC P2P node
QuicP2PNode
QUIC-based P2P node with NAT traversal