QUIC Protocol Implementation 1.0
A Python implementation of the QUIC (Quick UDP Internet Connections) protocol.
|
Functions | |
main () | |
@file receiver.py @brief Receiver implementation for QUIC protocol. @details Sets up a QUIC connection as a receiver and waits for incoming packets.
receiver.main | ( | ) |
@brief Main function that initializes and runs the receiver. @details Creates a QUIC connection and starts listening for packets.
Definition at line 11 of file receiver.py.
References main().
Referenced by main().