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

Struct newSessionTicketMsg

handshake_messages.go:1762–1765  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1760}
1761
1762type newSessionTicketMsg struct {
1763 raw []byte
1764 ticket []byte
1765}
1766
1767func (m *newSessionTicketMsg) marshal() (x []byte) {
1768 if m.raw != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected