Home | History | Annotate | Download | only in runner

Lines Matching full:dtls

101 	// DTLS state
177 nextSeq [6]byte // next epoch's starting sequence number in DTLS
262 // Increment up to the epoch in DTLS.
292 // incEpoch resets the sequence number. In DTLS, it also increments the epoch
324 // The DTLS epoch cannot be changed.
423 // DTLS sequence numbers are explicit.
1396 // skipPacket processes all the DTLS records in packet. It updates
1442 return errors.New("tls: TimeoutSchedule may only be set in DTLS")