diff options
Diffstat (limited to 'toxcore/Messenger.h')
-rw-r--r-- | toxcore/Messenger.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/Messenger.h b/toxcore/Messenger.h index 222bf3e4..51d5c73b 100644 --- a/toxcore/Messenger.h +++ b/toxcore/Messenger.h | |||
@@ -96,7 +96,7 @@ enum { | |||
96 | #define FRIEND_SHARE_RELAYS_INTERVAL (5 * 60) | 96 | #define FRIEND_SHARE_RELAYS_INTERVAL (5 * 60) |
97 | 97 | ||
98 | /* If no packets are received from friend in this time interval, kill the connection. */ | 98 | /* If no packets are received from friend in this time interval, kill the connection. */ |
99 | #define FRIEND_CONNECTION_TIMEOUT (FRIEND_PING_INTERVAL * 2) | 99 | #define FRIEND_CONNECTION_TIMEOUT (FRIEND_PING_INTERVAL * 3) |
100 | 100 | ||
101 | 101 | ||
102 | /* USERSTATUS - | 102 | /* USERSTATUS - |