forked from quic-go/quic-go
add a function to reset the connection flow controller
This commit is contained in:
@@ -29,6 +29,7 @@ type StreamFlowController interface {
|
||||
// The ConnectionFlowController is the flow controller for the connection.
|
||||
type ConnectionFlowController interface {
|
||||
flowController
|
||||
Reset() error
|
||||
}
|
||||
|
||||
type connectionFlowControllerI interface {
|
||||
|
||||
Reference in New Issue
Block a user