forked from quic-go/quic-go
ackhandler: reduce allocations for tracking sent packets (#4602)
This commit is contained in:
@@ -42,7 +42,7 @@ var _ = Describe("SentPacketHistory", func() {
|
||||
}
|
||||
|
||||
BeforeEach(func() {
|
||||
hist = newSentPacketHistory()
|
||||
hist = newSentPacketHistory(true)
|
||||
})
|
||||
|
||||
It("saves sent packets", func() {
|
||||
|
||||
Reference in New Issue
Block a user