Vect0rZ / Quic.NET

A .NET C# Implementation of QUIC protocol - Google's experimental transport layer.
BSD 2-Clause "Simplified" License
375 stars 58 forks source link

Short header packet type is not accurate. #1

Closed Vect0rZ closed 5 years ago

Vect0rZ commented 5 years ago

As described in 17.3 (16th version), the type is not static. This should be taken into consideration when unpacking the SHP.

Vect0rZ commented 5 years ago

Fixed with acd5e1b