tinydtls  0.8.6
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 44 of file peer.h.

Field Documentation

dtls_handshake_parameters_t* dtls_peer_t::handshake_params

Definition at line 57 of file peer.h.

UT_hash_handle dtls_peer_t::hh

Definition at line 48 of file peer.h.

dtls_peer_type dtls_peer_t::role

denotes if this host is DTLS_CLIENT or DTLS_SERVER

Definition at line 53 of file peer.h.

dtls_security_parameters_t* dtls_peer_t::security_params[2]

Definition at line 56 of file peer.h.

session_t dtls_peer_t::session

peer address and local interface

Definition at line 51 of file peer.h.

dtls_state_t dtls_peer_t::state

DTLS engine state

Definition at line 54 of file peer.h.


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