tinydtls  0.8.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Public Member Functions | Data Fields
dtls_context_t Struct Reference

#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_tpeers
 
void * app
 
dtls_handler_th
 
unsigned char readbuf [DTLS_MAX_BUF]
 

Detailed Description

Holds global information of the DTLS engine.

Definition at line 223 of file dtls.h.

Member Function Documentation

dtls_context_t::LIST_STRUCT ( sendqueue  )

the packets to send

Field Documentation

void* dtls_context_t::app

application-specific data

Definition at line 237 of file dtls.h.

unsigned char dtls_context_t::cookie_secret[DTLS_COOKIE_SECRET_LENGTH]

Definition at line 224 of file dtls.h.

clock_time_t dtls_context_t::cookie_secret_age

the time the secret has been generated

Definition at line 225 of file dtls.h.

dtls_handler_t* dtls_context_t::h

callback handlers

Definition at line 239 of file dtls.h.

dtls_peer_t* dtls_context_t::peers

peer hash map

Definition at line 228 of file dtls.h.

unsigned char dtls_context_t::readbuf[DTLS_MAX_BUF]

Definition at line 241 of file dtls.h.


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