mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 04:37:36 +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
|
@ -13,6 +13,7 @@ type cryptoStream interface {
|
|||
io.Reader
|
||||
io.Writer
|
||||
handleStreamFrame(*wire.StreamFrame) error
|
||||
hasData() bool
|
||||
popStreamFrame(protocol.ByteCount) (*wire.StreamFrame, bool)
|
||||
closeForShutdown(error)
|
||||
setReadOffset(protocol.ByteCount)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue