forked from quic-go/quic-go
handle Retry packets in the session
This commit is contained in:
@@ -32,6 +32,7 @@ type tlsExtensionHandler interface {
|
||||
type CryptoSetup interface {
|
||||
RunHandshake() error
|
||||
io.Closer
|
||||
ChangeConnectionID(protocol.ConnectionID) error
|
||||
|
||||
HandleMessage([]byte, protocol.EncryptionLevel) bool
|
||||
ConnectionState() ConnectionState
|
||||
|
||||
Reference in New Issue
Block a user