mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
rename sendStream.handleMaxStreamDataFrame to updateSendWindow
This commit is contained in:
parent
3bce408c8d
commit
c27f5a55b3
7 changed files with 33 additions and 40 deletions
|
@ -61,7 +61,7 @@ type streamI interface {
|
|||
hasData() bool
|
||||
handleStopSendingFrame(*wire.StopSendingFrame)
|
||||
popStreamFrame(maxBytes protocol.ByteCount) (*ackhandler.Frame, bool)
|
||||
handleMaxStreamDataFrame(*wire.MaxStreamDataFrame)
|
||||
updateSendWindow(protocol.ByteCount)
|
||||
}
|
||||
|
||||
var (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue