libcoap
4.2.0
|
Queue entry. More...
#include <net.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... | |
unsigned int | timeout |
the randomized timeout value More... | |
coap_session_t * | session |
the CoAP session More... | |
coap_tid_t | id |
CoAP transaction id. More... | |
coap_pdu_t * | pdu |
the CoAP PDU to send More... | |
coap_tid_t coap_queue_t::id |
struct coap_queue_t* coap_queue_t::next |
coap_pdu_t* coap_queue_t::pdu |
unsigned char coap_queue_t::retransmit_cnt |
coap_session_t* coap_queue_t::session |
coap_tick_t coap_queue_t::t |
unsigned int coap_queue_t::timeout |