Searched refs:last_attempt (Results 1 – 1 of 1) sorted by relevance
25 int64_t last_attempt; member152 con->last_attempt = 0; in mqtt_sn_con_init()594 if (pub->con.last_attempt == 0) { in process_pubs()598 next_attempt = pub->con.last_attempt + T_RETRY_MSEC; in process_pubs()623 pub->con.last_attempt = now; in process_pubs()650 if (topic->con.last_attempt == 0) { in process_topics()654 next_attempt = topic->con.last_attempt + T_RETRY_MSEC; in process_topics()668 topic->con.last_attempt = now; in process_topics()679 topic->con.last_attempt = now; in process_topics()689 topic->con.last_attempt = now; in process_topics()[all …]