Searched refs:next_ping (Results 1 – 1 of 1) sorted by relevance
712 int64_t next_ping; in process_ping() local716 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()