mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 04:37:36 +03:00
Merge pull request #1028 from lucas-clemente/fix-986
add the offset to the BLOCKED and STREAM_BLOCKED frames
This commit is contained in:
commit
448928fc63
18 changed files with 116 additions and 53 deletions
|
@ -19,7 +19,7 @@ type cryptoStreamI interface {
|
|||
// methods needed for flow control
|
||||
GetWindowUpdate() protocol.ByteCount
|
||||
HandleMaxStreamDataFrame(*wire.MaxStreamDataFrame)
|
||||
IsFlowControlBlocked() bool
|
||||
IsFlowControlBlocked() (bool, protocol.ByteCount)
|
||||
}
|
||||
|
||||
type cryptoStream struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue