|
QUIC Protocol Implementation 1.0
A Python implementation of the QUIC (Quick UDP Internet Connections) protocol.
|
Functions | |
| set_file () | |
| main () | |
@file sender.py
@brief Sender implementation for QUIC protocol.
@details Sets up a QUIC connection as a sender, creates streams,
adds file data to the streams, and initiates sending.
| sender.main | ( | ) |
@brief Main function that initializes and runs the sender.
@details Creates a file if needed, sets up a QUIC connection,
creates streams, adds file data, and starts sending.
Definition at line 24 of file sender.py.
References main(), and set_file().
Referenced by main().