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

Go to the source code of this file.

Classes

class  quic.QuicConnection
 

Namespaces

namespace  quic
 

Variables

 quic.PACKET_SIZE = random.randint(Constants.MIN_PACKET_SIZE, Constants.MAX_PACKET_SIZE)