|
QUIC Protocol Implementation 1.0
A Python implementation of the QUIC (Quick UDP Internet Connections) protocol.
|
Public Member Functions | |
| bytes | pack (self) |
| 'PacketHeader' | unpack (cls, bytes header) |
Public Attributes | |
| header_form | |
| fixed_bit | |
| spin_bit | |
| key_phase | |
Static Public Attributes | |
| int | packet_number_length |
| bool | header_form = False |
| bool | fixed_bit = False |
| bool | spin_bit = False |
| bool | key_phase = False |
| int | reserved_bits = Constants.ZERO |
@brief Represents the header of a QUIC packet. @details Contains fields specified in QUIC protocol for packet headers.
| bytes packet.PacketHeader.pack | ( | self | ) |
| 'PacketHeader' packet.PacketHeader.unpack | ( | cls, | |
| bytes | header | ||
| ) |
|
static |