From 9c66032fdc937f852771949c4b4c94ade67324d8 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Tue, 6 Jan 2015 09:41:17 +0000 Subject: Tox: - fixed file transfer with size > 2mb - fixed file lock after transfer - accelerated file transfers git-svn-id: http://svn.miranda-ng.org/main/trunk@11778 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tox/src/common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'protocols/Tox/src/common.h') diff --git a/protocols/Tox/src/common.h b/protocols/Tox/src/common.h index 7c5e3a71fc..2bdfc3a657 100644 --- a/protocols/Tox/src/common.h +++ b/protocols/Tox/src/common.h @@ -52,6 +52,8 @@ extern HINSTANCE g_hInstance; #define TOX_DB_EVENT_TYPE_ACTION 10001 +#define TOX_FILE_BLOCK_SIZE 1024 * 1024 + extern HMODULE g_hToxLibrary; template -- cgit v1.2.3