ackhandler: migrate sentPacketHandler tests away from Ginkgo (#4881)

This commit is contained in:
Marten Seemann 2025-01-19 22:04:37 -08:00 committed by GitHub
parent 2d2538d790
commit 88501cc02a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1020 additions and 1499 deletions

View file

@ -626,7 +626,7 @@ func (h *sentPacketHandler) detectLostPackets(now time.Time, encLevel protocol.E
}
var packetLost bool
if p.SendTime.Before(lostSendTime) {
if !p.SendTime.After(lostSendTime) {
packetLost = true
if !p.skippedPacket {
if h.logger.Debug() {

File diff suppressed because it is too large Load diff