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

Classes

class  FrameStream
 
class  StreamFrameABC
 

Detailed Description

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