rename the receivedPacketHandler to receivedPacketTracker

This commit is contained in:
Marten Seemann
2019-01-09 11:30:50 +07:00
parent 5ccc367462
commit 258e43ab95
3 changed files with 135 additions and 134 deletions

View File

@@ -8,6 +8,7 @@ import (
)
// The receivedPacketHistory stores if a packet number has already been received.
// It generates ACK ranges which can be used to assemble an ACK frame.
// It does not store packet contents.
type receivedPacketHistory struct {
ranges *utils.PacketIntervalList