forked from quic-go/quic-go
record InSlowStart and InRecovery
This commit is contained in:
@@ -20,5 +20,7 @@ type SendAlgorithm interface {
|
||||
// A SendAlgorithmWithDebugInfos is a SendAlgorithm that exposes some debug infos
|
||||
type SendAlgorithmWithDebugInfos interface {
|
||||
SendAlgorithm
|
||||
InSlowStart() bool
|
||||
InRecovery() bool
|
||||
GetCongestionWindow() protocol.ByteCount
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user