forked from quic-go/quic-go
drop Initial and Handshake keys when receiving the first 1-RTT ACK
This commit is contained in:
@@ -36,6 +36,7 @@ type CryptoSetup interface {
|
||||
ChangeConnectionID(protocol.ConnectionID) error
|
||||
|
||||
HandleMessage([]byte, protocol.EncryptionLevel) bool
|
||||
Received1RTTAck()
|
||||
ConnectionState() tls.ConnectionState
|
||||
|
||||
GetSealer() (protocol.EncryptionLevel, Sealer)
|
||||
|
||||
Reference in New Issue
Block a user