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

Struct newSessionTicketMsgTLS13

handshake_messages.go:983–990  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

981}
982
983type newSessionTicketMsgTLS13 struct {
984 raw []byte
985 lifetime uint32
986 ageAdd uint32
987 nonce []byte
988 label []byte
989 maxEarlyData uint32
990}
991
992func (m *newSessionTicketMsgTLS13) marshal() []byte {
993 if m.raw != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected