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

#include <peer.h>

Data Fields

UT_hash_handle hh
 
session_t session
 
dtls_peer_type role
 
dtls_state_t state
 
dtls_security_parameters_tsecurity_params [2]
 
dtls_handshake_parameters_thandshake_params
 

Detailed Description

Holds security parameters, local state and the transport address for each peer.

Definition at line 52 of file peer.h.

Field Documentation

dtls_handshake_parameters_t* dtls_peer_t::handshake_params

Definition at line 65 of file peer.h.

UT_hash_handle dtls_peer_t::hh

Definition at line 54 of file peer.h.

dtls_peer_type dtls_peer_t::role

denotes if this host is DTLS_CLIENT or DTLS_SERVER

Definition at line 61 of file peer.h.

dtls_security_parameters_t* dtls_peer_t::security_params[2]

Definition at line 64 of file peer.h.

session_t dtls_peer_t::session

peer address and local interface

Definition at line 59 of file peer.h.

dtls_state_t dtls_peer_t::state

DTLS engine state

Definition at line 62 of file peer.h.


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