From 30524bf41513a334f0e32117b85aad2f661eed2b Mon Sep 17 00:00:00 2001 From: irungentoo Date: Wed, 27 Aug 2014 15:13:44 -0400 Subject: Changed how receipts work. Messages now have a maximum length of 1372. Receipt packets have been removed, instead net_crypto tells us if the other peer has received the packets or not. --- toxcore/tox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toxcore/tox.h') diff --git a/toxcore/tox.h b/toxcore/tox.h index 550600f9..08c2b3a2 100644 --- a/toxcore/tox.h +++ b/toxcore/tox.h @@ -34,7 +34,7 @@ extern "C" { #define TOX_MAX_NAME_LENGTH 128 /* Maximum length of single messages after which they should be split. */ -#define TOX_MAX_MESSAGE_LENGTH 1368 +#define TOX_MAX_MESSAGE_LENGTH 1372 #define TOX_MAX_STATUSMESSAGE_LENGTH 1007 #define TOX_CLIENT_ID_SIZE 32 -- cgit v1.2.3