limit number of packets stored in SentPacketHandler

fixes #140
This commit is contained in:
Marten Seemann
2016-05-24 16:06:48 +07:00
parent 931687e9a4
commit e2254f1bbd
7 changed files with 52 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ type SentPacketHandler interface {
GetLargestObserved() protocol.PacketNumber
CongestionAllowsSending() bool
CheckForError() error
TimeToFirstRTO() time.Duration
}