forked from quic-go/quic-go
remove unused PacketType field from the ackhandler.Packet
This commit is contained in:
@@ -10,7 +10,6 @@ import (
|
||||
// A Packet is a packet
|
||||
type Packet struct {
|
||||
PacketNumber protocol.PacketNumber
|
||||
PacketType protocol.PacketType
|
||||
Frames []wire.Frame
|
||||
LargestAcked protocol.PacketNumber // InvalidPacketNumber if the packet doesn't contain an ACK
|
||||
Length protocol.ByteCount
|
||||
|
||||
Reference in New Issue
Block a user