mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-06 13:47:35 +03:00
rename cryptoSetup.DropHandshakeKeys() to SetHandshakeConfirmed()
This commit is contained in:
parent
b4636469fa
commit
b9090d71ae
5 changed files with 23 additions and 22 deletions
|
@ -77,7 +77,7 @@ type CryptoSetup interface {
|
|||
|
||||
HandleMessage([]byte, protocol.EncryptionLevel) bool
|
||||
SetLargest1RTTAcked(protocol.PacketNumber) error
|
||||
DropHandshakeKeys()
|
||||
SetHandshakeConfirmed()
|
||||
ConnectionState() ConnectionState
|
||||
|
||||
GetInitialOpener() (LongHeaderOpener, error)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue