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

Functions

 main ()
 

Detailed Description

@file receiver.py
@brief Receiver implementation for QUIC protocol.
@details Sets up a QUIC connection as a receiver and waits for incoming packets.

Function Documentation

◆ main()

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().