determine if a received packet is retransmittable

This commit is contained in:
Marten Seemann
2017-01-08 19:30:50 +07:00
parent d541472101
commit 7fc9d59381
3 changed files with 73 additions and 4 deletions

View File

@@ -11,10 +11,6 @@ import (
"github.com/lucas-clemente/quic-go/qerr"
)
type unpackedPacket struct {
frames []frames.Frame
}
type packetUnpacker struct {
version protocol.VersionNumber
aead crypto.AEAD