forked from quic-go/quic-go
add method to FlowControlManager to tell if Stream contribues to connection-level flow control
This commit is contained in:
committed by
Lucas Clemente
parent
ef9baf67fc
commit
1b732a4afa
@@ -29,4 +29,5 @@ type FlowControlManager interface {
|
||||
SendWindowSize(streamID protocol.StreamID) (protocol.ByteCount, error)
|
||||
RemainingConnectionWindowSize() protocol.ByteCount
|
||||
UpdateWindow(streamID protocol.StreamID, offset protocol.ByteCount) (bool, error)
|
||||
StreamContributesToConnectionFlowControl(streamID protocol.StreamID) (bool, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user