forked from quic-go/quic-go
move processing of transport parameters to the session
This commit is contained in:
@@ -25,7 +25,7 @@ type Sealer interface {
|
||||
type tlsExtensionHandler interface {
|
||||
GetExtensions(msgType uint8) []qtls.Extension
|
||||
ReceivedExtensions(msgType uint8, exts []qtls.Extension) error
|
||||
TransportParameters() <-chan TransportParameters
|
||||
TransportParameters() <-chan []byte
|
||||
}
|
||||
|
||||
// CryptoSetup handles the handshake and protecting / unprotecting packets
|
||||
|
||||
Reference in New Issue
Block a user