diff options
author | aunsane <aunsane@gmail.com> | 2017-03-27 00:50:53 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2017-03-27 00:51:31 +0300 |
commit | 80646f0b4671c647aa76cb5619f74edccb9e3108 (patch) | |
tree | 49bbda1f51bfcd669336161853dff928ef8f18b6 /protocols/Tox/src/stdafx.h | |
parent | 2d161955dabcb5a8a8b6069f94945ec7657805bf (diff) |
Tox: added new options
- max connect retries
- max reconnect retries
Diffstat (limited to 'protocols/Tox/src/stdafx.h')
-rw-r--r-- | protocols/Tox/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tox/src/stdafx.h b/protocols/Tox/src/stdafx.h index ccef2fd2cf..c403b787ce 100644 --- a/protocols/Tox/src/stdafx.h +++ b/protocols/Tox/src/stdafx.h @@ -77,7 +77,7 @@ extern HINSTANCE g_hInstance; #define TOX_ERROR -1
#define TOX_MAX_CONNECT_RETRIES 10
-#define TOX_MAX_DISCONNECT_RETRIES 10
+#define TOX_MAX_RECONNECT_RETRIES 10
#define TOX_MAX_CALLS 1
|