mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-05 21:27:35 +03:00
add a function to reset the connection flow controller
This commit is contained in:
parent
c741b6fc09
commit
a04a0072fb
4 changed files with 55 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue