forked from quic-go/quic-go
add bytes-in-flight calculation to SentPacketHandler
This commit is contained in:
@@ -283,6 +283,7 @@ func (s *Session) sendPacket() error {
|
||||
PacketNumber: packet.number,
|
||||
Frames: packet.frames,
|
||||
EntropyBit: packet.entropyBit,
|
||||
Length: uint64(len(packet.raw)),
|
||||
})
|
||||
if err != nil {
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user