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

Classes

class  Packet
 
class  PacketHeader
 

Detailed Description

@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.