forked from quic-go/quic-go
create handshake.CryptoSetup interface
This commit is contained in:
@@ -63,7 +63,7 @@ type Session struct {
|
||||
unpacker unpacker
|
||||
packer *packetPacker
|
||||
|
||||
cryptoSetup *handshake.CryptoSetup
|
||||
cryptoSetup handshake.CryptoSetup
|
||||
|
||||
receivedPackets chan *receivedPacket
|
||||
sendingScheduled chan struct{}
|
||||
|
||||
Reference in New Issue
Block a user