|
tinydtls
0.8.6
|
#include <dtls.h>
Data Fields | |
| unsigned char | cookie_secret [DTLS_COOKIE_SECRET_LENGTH] |
| clock_time_t | cookie_secret_age |
| dtls_peer_t * | peers |
| struct netq_t * | sendqueue |
| void * | app |
| dtls_handler_t * | h |
| unsigned char | readbuf [DTLS_MAX_BUF] |
| 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] |
1.8.11