mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-05 21:27:35 +03:00
refactor how transport parameters are passed from the extension handler
This commit is contained in:
parent
707e9f7b79
commit
a95b7c2868
6 changed files with 51 additions and 58 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue