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

Struct ClientSessionState

ticket.go:403–405  ·  view source on GitHub ↗

ClientSessionState contains the state needed by a client to resume a previous TLS session.

Source from the content-addressed store, hash-verified

401// ClientSessionState contains the state needed by a client to
402// resume a previous TLS session.
403type ClientSessionState struct {
404 session *SessionState
405}
406
407// ResumptionState returns the session ticket sent by the server (also known as
408// the session's identity) and the state necessary to resume this session.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected