Searched defs:coap_queue_t (Results 1 – 2 of 2) sorted by relevance
31 struct coap_queue_t { struct32 struct coap_queue_t *next; argument33 coap_tick_t t; /**< when to send PDU for the next time */34 unsigned char retransmit_cnt; /**< retransmission counter, will be removed36 unsigned int timeout; /**< the randomized timeout value */37 coap_session_t *session; /**< the CoAP session */38 coap_mid_t id; /**< CoAP message id */39 coap_pdu_t *pdu; /**< the CoAP PDU to send */
74 typedef struct coap_queue_t coap_queue_t; typedef