Home
last modified time | relevance | path

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

/dports/net-im/tox/c-toxcore-0.2.13/toxcore/
H A Dfriend_connection.h26 #define FRIEND_PING_INTERVAL 8 macro
29 #define FRIEND_CONNECTION_TIMEOUT (FRIEND_PING_INTERVAL * 4)
H A Dfriend_connection.c933 if (friend_con->ping_lastsent + FRIEND_PING_INTERVAL < temp_time) { in do_friend_connections()