mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
handle the crypto stream separately in the packet packer
This commit is contained in:
parent
f68621485f
commit
25847cfc30
12 changed files with 123 additions and 137 deletions
|
@ -52,6 +52,7 @@ type streamI interface {
|
|||
handleRstStreamFrame(*wire.RstStreamFrame) error
|
||||
getWindowUpdate() protocol.ByteCount
|
||||
// for sending
|
||||
hasData() bool
|
||||
handleStopSendingFrame(*wire.StopSendingFrame)
|
||||
popStreamFrame(maxBytes protocol.ByteCount) (*wire.StreamFrame, bool)
|
||||
handleMaxStreamDataFrame(*wire.MaxStreamDataFrame)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue