mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-05 21:27:35 +03:00
rename the cryptoStreamI interface to cryptoStream
This commit is contained in:
parent
40050f558d
commit
04147d86da
9 changed files with 20 additions and 20 deletions
|
@ -39,7 +39,7 @@ type packetHandlerManager interface {
|
|||
type quicSession interface {
|
||||
Session
|
||||
handlePacket(*receivedPacket)
|
||||
getCryptoStream() cryptoStreamI
|
||||
getCryptoStream() cryptoStream
|
||||
GetVersion() protocol.VersionNumber
|
||||
run() error
|
||||
destroy(error)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue