forked from quic-go/quic-go
handle the crypto stream separately in the packet packer
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user