MCPcopy
hub / github.com/XTLS/REALITY / encryptedExtensionsMsg

Struct encryptedExtensionsMsg

handshake_messages.go:1003–1008  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1001}
1002
1003type encryptedExtensionsMsg struct {
1004 alpnProtocol string
1005 quicTransportParameters []byte
1006 earlyData bool
1007 echRetryConfigs []byte
1008}
1009
1010func (m *encryptedExtensionsMsg) marshal() ([]byte, error) {
1011 var b cryptobyte.Builder

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected