| 981 | } |
| 982 | |
| 983 | type newSessionTicketMsgTLS13 struct { |
| 984 | raw []byte |
| 985 | lifetime uint32 |
| 986 | ageAdd uint32 |
| 987 | nonce []byte |
| 988 | label []byte |
| 989 | maxEarlyData uint32 |
| 990 | } |
| 991 | |
| 992 | func (m *newSessionTicketMsgTLS13) marshal() []byte { |
| 993 | if m.raw != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected