forked from quic-go/quic-go
check that the peer updated its keys when acknowledging a key update
This commit is contained in:
@@ -76,7 +76,7 @@ type CryptoSetup interface {
|
||||
GetSessionTicket() ([]byte, error)
|
||||
|
||||
HandleMessage([]byte, protocol.EncryptionLevel) bool
|
||||
SetLargest1RTTAcked(protocol.PacketNumber)
|
||||
SetLargest1RTTAcked(protocol.PacketNumber) error
|
||||
DropHandshakeKeys()
|
||||
ConnectionState() ConnectionState
|
||||
|
||||
|
||||
Reference in New Issue
Block a user