Home
last modified time | relevance | path

Searched refs:next_ping (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/net/lib/mqtt_sn/
Dmqtt_sn.c712 int64_t next_ping; in process_ping() local
716 next_ping = client->last_ping + T_KEEPALIVE_MSEC; in process_ping()
718 next_ping = client->last_ping + T_RETRY_MSEC; in process_ping()
721 if (next_ping < now) { in process_ping()
734 next_ping = now + T_RETRY_MSEC; in process_ping()
737 if (*next_cycle == 0 || next_ping < *next_cycle) { in process_ping()
738 *next_cycle = next_ping; in process_ping()