forked from quic-go/quic-go
use FlowControlManager in Stream for Reading data
This commit is contained in:
@@ -13,7 +13,6 @@ type FlowController interface {
|
||||
MaybeTriggerBlocked() bool
|
||||
MaybeTriggerWindowUpdate() (bool, protocol.ByteCount)
|
||||
CheckFlowControlViolation() bool
|
||||
GetHighestReceived() protocol.ByteCount
|
||||
}
|
||||
|
||||
// A FlowControlManager manages the flow control
|
||||
|
||||
Reference in New Issue
Block a user