vacp2p / nim-quic

QUIC for Nim
40 stars 3 forks source link

Completes implementation of packet types #6

Closed markspanbroek closed 4 years ago

markspanbroek commented 4 years ago

Adds source id, destination id, supported version, token, length, payload and packet number to long form packets. Adds length, payload, packet number, key phase and spin bit to short form packets.