|
libcoap 4.3.5-develop-13abce9
|
Queue entry. More...
#include <coap_net_internal.h>
Collaboration diagram for coap_queue_t:Data Fields | |
| struct coap_queue_t * | next |
| coap_tick_t | t |
| when to send PDU for the next time | |
| unsigned char | retransmit_cnt |
| retransmission counter, will be removed when zero | |
| uint8_t | is_mcast |
| Set if this is a queued mcast response. | |
| unsigned int | timeout |
| the randomized timeout value | |
| coap_session_t * | session |
| the CoAP session | |
| coap_address_t | remote |
| For re-transmission - where the node is going. | |
| coap_mid_t | id |
| CoAP message id. | |
| coap_pdu_t * | pdu |
| the CoAP PDU to send | |
Queue entry.
Definition at line 39 of file coap_net_internal.h.
| coap_mid_t coap_queue_t::id |
CoAP message id.
Definition at line 48 of file coap_net_internal.h.
| uint8_t coap_queue_t::is_mcast |
Set if this is a queued mcast response.
Definition at line 44 of file coap_net_internal.h.
| struct coap_queue_t* coap_queue_t::next |
Definition at line 40 of file coap_net_internal.h.
| coap_pdu_t* coap_queue_t::pdu |
the CoAP PDU to send
Definition at line 49 of file coap_net_internal.h.
| coap_address_t coap_queue_t::remote |
For re-transmission - where the node is going.
Definition at line 47 of file coap_net_internal.h.
| unsigned char coap_queue_t::retransmit_cnt |
retransmission counter, will be removed when zero
Definition at line 42 of file coap_net_internal.h.
| coap_session_t* coap_queue_t::session |
the CoAP session
Definition at line 46 of file coap_net_internal.h.
| coap_tick_t coap_queue_t::t |
when to send PDU for the next time
Definition at line 41 of file coap_net_internal.h.
| unsigned int coap_queue_t::timeout |
the randomized timeout value
Definition at line 45 of file coap_net_internal.h.