rename the cryptoStreamI interface to cryptoStream

This commit is contained in:
Marten Seemann 2018-08-11 12:24:51 +07:00
parent 40050f558d
commit 04147d86da
9 changed files with 20 additions and 20 deletions

View file

@ -39,7 +39,7 @@ type packetHandlerManager interface {
type quicSession interface {
Session
handlePacket(*receivedPacket)
getCryptoStream() cryptoStreamI
getCryptoStream() cryptoStream
GetVersion() protocol.VersionNumber
run() error
destroy(error)