forked from quic-go/quic-go
create CryptoSetup for the client, use it in the Session
This commit is contained in:
@@ -46,7 +46,7 @@ type cryptoSetupServer struct {
|
||||
|
||||
var _ crypto.AEAD = &cryptoSetupServer{}
|
||||
|
||||
// NewCryptoSetup creates a new CryptoSetup instance
|
||||
// NewCryptoSetup creates a new CryptoSetup instance for a server
|
||||
func NewCryptoSetup(
|
||||
connID protocol.ConnectionID,
|
||||
ip net.IP,
|
||||
|
||||
Reference in New Issue
Block a user