tinydtls
0.8.1
|
#include <dtls.h>
Public Member Functions | |
LIST_STRUCT (sendqueue) | |
Data Fields | |
unsigned char | cookie_secret [DTLS_COOKIE_SECRET_LENGTH] |
clock_time_t | cookie_secret_age |
dtls_peer_t * | peers |
void * | app |
dtls_handler_t * | h |
unsigned char | readbuf [DTLS_MAX_BUF] |
dtls_context_t::LIST_STRUCT | ( | sendqueue | ) |
the packets to send
unsigned char dtls_context_t::cookie_secret[DTLS_COOKIE_SECRET_LENGTH] |
clock_time_t dtls_context_t::cookie_secret_age |
dtls_handler_t* dtls_context_t::h |
dtls_peer_t* dtls_context_t::peers |
unsigned char dtls_context_t::readbuf[DTLS_MAX_BUF] |