libcoap 4.3.5-develop-19cef11
|
Queue entry. More...
#include <coap_net_internal.h>
Data Fields | |
struct coap_queue_t * | next |
coap_tick_t | t |
when to send PDU for the next time More... | |
unsigned char | retransmit_cnt |
retransmission counter, will be removed when zero More... | |
uint8_t | is_mcast |
Set if this is a queued mcast response. More... | |
unsigned int | timeout |
the randomized timeout value More... | |
coap_session_t * | session |
the CoAP session More... | |
coap_mid_t | id |
CoAP message id. More... | |
coap_pdu_t * | pdu |
the CoAP PDU to send More... | |
Queue entry.
Definition at line 35 of file coap_net_internal.h.
coap_mid_t coap_queue_t::id |
CoAP message id.
Definition at line 43 of file coap_net_internal.h.
uint8_t coap_queue_t::is_mcast |
Set if this is a queued mcast response.
Definition at line 40 of file coap_net_internal.h.
struct coap_queue_t* coap_queue_t::next |
Definition at line 36 of file coap_net_internal.h.
coap_pdu_t* coap_queue_t::pdu |
the CoAP PDU to send
Definition at line 44 of file coap_net_internal.h.
unsigned char coap_queue_t::retransmit_cnt |
retransmission counter, will be removed when zero
Definition at line 38 of file coap_net_internal.h.
coap_session_t* coap_queue_t::session |
the CoAP session
Definition at line 42 of file coap_net_internal.h.
coap_tick_t coap_queue_t::t |
when to send PDU for the next time
Definition at line 37 of file coap_net_internal.h.
unsigned int coap_queue_t::timeout |
the randomized timeout value
Definition at line 41 of file coap_net_internal.h.