Files
quic-go/internal
Marten Seemann 7c3d6abb4b fix parsing of the Header type byte
In order to determine if a packet is a Version Negotiation Packet, it is
not sufficient to just look at bit 0x1. Other packet types also have
that bit set, e.g. the Retry packet (packet type 0x3). Instead, we have
to look at the last 3 bits. This fix will work as long as IETF QUIC
doesn't define more than 8 long header types.
2017-11-13 10:23:17 +08:00
..
2017-11-07 00:23:53 +07:00
2017-08-18 12:06:36 +02:00
2017-11-07 00:23:53 +07:00
2017-11-13 10:23:17 +08:00