tinydtls  0.8.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Data Fields
dtls_hs_state_t Struct Reference

#include <state.h>

Data Fields

uint16_t mseq_s
 
uint16_t mseq_r
 
dtls_hash_ctx hs_hash
 

Detailed Description

Definition at line 54 of file state.h.

Field Documentation

dtls_hash_ctx dtls_hs_state_t::hs_hash

pending config that is updated during handshake

Definition at line 62 of file state.h.

uint16_t dtls_hs_state_t::mseq_r

received handshake message sequence number counter

Definition at line 56 of file state.h.

uint16_t dtls_hs_state_t::mseq_s

send handshake message sequence number counter

Definition at line 55 of file state.h.


The documentation for this struct was generated from the following file: