MCPcopy Create free account
hub / github.com/XTLS/REALITY / rawExtension

Struct rawExtension

ech.go:255–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255type rawExtension struct {
256 extType uint16
257 data []byte
258}
259
260func extractRawExtensions(hello *clientHelloMsg) ([]rawExtension, error) {
261 s := cryptobyte.String(hello.original)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected