| 293 | } |
| 294 | |
| 295 | type 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]. |
nothing calls this directly
no outgoing calls
no test coverage detected