|
QUIC Protocol Implementation 1.0
A Python implementation of the QUIC (Quick UDP Internet Connections) protocol.
|
Classes | |
| class | Stream |
| class | StreamEndpointABC |
| class | StreamReceiver |
| class | StreamSender |
@file stream.py
@brief Implementation of QUIC stream handling classes.
@details Contains Stream, StreamEndpointABC, StreamSender, and StreamReceiver classes
for managing data flow in QUIC connections.