refactor how transport parameters are passed from the extension handler

This commit is contained in:
Marten Seemann 2019-02-01 17:22:37 +09:00
parent 707e9f7b79
commit a95b7c2868
6 changed files with 51 additions and 58 deletions

View file

@ -25,6 +25,7 @@ type Sealer interface {
type tlsExtensionHandler interface {
GetExtensions(msgType uint8) []qtls.Extension
ReceivedExtensions(msgType uint8, exts []qtls.Extension) error
TransportParameters() <-chan TransportParameters
}
// CryptoSetup handles the handshake and protecting / unprotecting packets