From 5de53491d607c38286b19989ba7182454f24fabc Mon Sep 17 00:00:00 2001 From: aunsane Date: Wed, 15 Mar 2017 00:19:35 +0300 Subject: Tox: - tox_network.cpp splitted on two logical parts - tox network status checking moved to separated thread - started rejection of toxThread wrapper --- protocols/Tox/src/stdafx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/Tox/src/stdafx.h') diff --git a/protocols/Tox/src/stdafx.h b/protocols/Tox/src/stdafx.h index dee3d7f817..ccef2fd2cf 100644 --- a/protocols/Tox/src/stdafx.h +++ b/protocols/Tox/src/stdafx.h @@ -76,8 +76,8 @@ extern HINSTANCE g_hInstance; #define TOX_ERROR -1 -#define TOX_MAX_CONNECT_RETRIES 300 -#define TOX_MAX_DISCONNECT_RETRIES 300 +#define TOX_MAX_CONNECT_RETRIES 10 +#define TOX_MAX_DISCONNECT_RETRIES 10 #define TOX_MAX_CALLS 1 -- cgit v1.2.3