use tls-tris instead of mint

This commit is contained in:
Marten Seemann
2018-09-30 23:22:04 -07:00
parent 5102294991
commit 82508f1562
144 changed files with 20124 additions and 10157 deletions

View File

@@ -46,7 +46,7 @@ func (s *serverSession) handlePacketImpl(p *receivedPacket) error {
if hdr.IsLongHeader {
switch hdr.Type {
case protocol.PacketTypeHandshake, protocol.PacketType0RTT: // 0-RTT accepted for gQUIC 44
case protocol.PacketTypeInitial, protocol.PacketTypeHandshake, protocol.PacketType0RTT: // 0-RTT accepted for gQUIC 44
// nothing to do here. Packet will be passed to the session.
default:
// Note that this also drops 0-RTT packets.