forked from quic-go/quic-go
pass the largest acked 1-RTT packet number to the crypto setup
This commit is contained in:
@@ -71,7 +71,7 @@ type CryptoSetup interface {
|
||||
ChangeConnectionID(protocol.ConnectionID) error
|
||||
|
||||
HandleMessage([]byte, protocol.EncryptionLevel) bool
|
||||
Received1RTTAck()
|
||||
SetLargest1RTTAcked(protocol.PacketNumber)
|
||||
ConnectionState() tls.ConnectionState
|
||||
|
||||
GetInitialOpener() (LongHeaderOpener, error)
|
||||
|
||||
Reference in New Issue
Block a user