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

Struct newSessionTicketMsg

handshake_messages.go:1873–1875  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1871}
1872
1873type newSessionTicketMsg struct {
1874 ticket []byte
1875}
1876
1877func (m *newSessionTicketMsg) marshal() ([]byte, error) {
1878 // See RFC 5077, Section 3.3.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected