QUIC Protocol Implementation 1.0
A Python implementation of the QUIC (Quick UDP Internet Connections) protocol.
|
Classes | |
class | Packet |
class | PacketHeader |
@file packet.py @brief Implementation of QUIC packet data structures. @details Contains classes for QUIC packet headers and packet assembly, with methods for encoding and decoding packets.