forked from quic-go/quic-go
correctly pack packets with sealers with different overheads
This commit is contained in:
@@ -218,7 +218,7 @@ var _ = Describe("Stream Framer", func() {
|
||||
}
|
||||
framer.AddFrameForRetransmission(origFrame)
|
||||
|
||||
minFrameDataLen := protocol.MaxFrameAndPublicHeaderSize
|
||||
minFrameDataLen := protocol.MaxPacketSize
|
||||
|
||||
for i := 0; i < 30; i++ {
|
||||
frames, currentLen := framer.maybePopFramesForRetransmission(protocol.ByteCount(i))
|
||||
|
||||
Reference in New Issue
Block a user