MCPcopy Create free account
hub / github.com/XTLS/Go / encryptedExtensionsMsg

Struct encryptedExtensionsMsg

handshake_messages.go:853–856  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

851}
852
853type encryptedExtensionsMsg struct {
854 raw []byte
855 alpnProtocol string
856}
857
858func (m *encryptedExtensionsMsg) marshal() []byte {
859 if m.raw != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected