QUIC Protocol Implementation 1.0
A Python implementation of the QUIC (Quick UDP Internet Connections) protocol.
|
Classes | |
class | FrameStream |
class | StreamFrameABC |
@file frame.py @brief Implementation of QUIC stream frame handling. @details Contains abstract and concrete classes for QUIC stream frames, with methods for encoding and decoding them.