QUIC Protocol Implementation 1.0
A Python implementation of the QUIC (Quick UDP Internet Connections) protocol.
Loading...
Searching...
No Matches
constants Namespace Reference

Classes

class  Constants
 

Detailed Description

@file constants.py
@brief Constants used throughout the QUIC protocol implementation.
@details Defines numerical constants, bit masks, and configuration values
         used by the various components of the QUIC implementation.