tinydtls  0.8.6
Data Fields
dtls_context_t Struct Reference

#include <dtls.h>

Data Fields

unsigned char cookie_secret [DTLS_COOKIE_SECRET_LENGTH]
 
clock_time_t cookie_secret_age
 
dtls_peer_tpeers
 
struct netq_tsendqueue
 
void * app
 
dtls_handler_th
 
unsigned char readbuf [DTLS_MAX_BUF]
 

Detailed Description

Holds global information of the DTLS engine.

Definition at line 215 of file dtls.h.

Field Documentation

void* dtls_context_t::app

application-specific data

Definition at line 226 of file dtls.h.

unsigned char dtls_context_t::cookie_secret[DTLS_COOKIE_SECRET_LENGTH]

Definition at line 216 of file dtls.h.

clock_time_t dtls_context_t::cookie_secret_age

the time the secret has been generated

Definition at line 217 of file dtls.h.

dtls_handler_t* dtls_context_t::h

callback handlers

Definition at line 228 of file dtls.h.

dtls_peer_t* dtls_context_t::peers

peer hash map

Definition at line 219 of file dtls.h.

unsigned char dtls_context_t::readbuf[DTLS_MAX_BUF]

Definition at line 230 of file dtls.h.

struct netq_t* dtls_context_t::sendqueue

the packets to send

Definition at line 224 of file dtls.h.


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