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

#include <netq.h>

Data Fields

struct netq_tnext
 
clock_time_t t
 
unsigned int timeout
 
dtls_peer_tpeer
 
uint16_t epoch
 
uint8_t type
 
unsigned char retransmit_cnt
 
size_t length
 
unsigned char data []
 

Detailed Description

Definition at line 38 of file netq.h.

Field Documentation

unsigned char netq_t::data[]

the datagram to send

Definition at line 51 of file netq.h.

uint16_t netq_t::epoch

Definition at line 45 of file netq.h.

size_t netq_t::length

actual length of data

Definition at line 49 of file netq.h.

struct netq_t* netq_t::next

Definition at line 39 of file netq.h.

dtls_peer_t* netq_t::peer

remote address

Definition at line 44 of file netq.h.

unsigned char netq_t::retransmit_cnt

retransmission counter, will be removed when zero

Definition at line 47 of file netq.h.

clock_time_t netq_t::t

when to send PDU for the next time

Definition at line 41 of file netq.h.

unsigned int netq_t::timeout

randomized timeout value

Definition at line 42 of file netq.h.

uint8_t netq_t::type

Definition at line 46 of file netq.h.


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