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

Struct QUICSessionTicketOptions

quic.go:295–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293}
294
295type QUICSessionTicketOptions struct {
296 // EarlyData specifies whether the ticket may be used for 0-RTT.
297 EarlyData bool
298 Extra [][]byte
299}
300
301// SendSessionTicket sends a session ticket to the client.
302// It produces connection events, which may be read with [QUICConn.NextEvent].

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected