summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2015-02-20 16:39:33 -0500
committerirungentoo <irungentoo@gmail.com>2015-02-20 16:39:33 -0500
commitaf881e820a3f4b3d8f629c1cfd192fed049254f7 (patch)
tree0a7a6d6baea381274f1f3060040b9864274f2810 /toxcore/tox.h
parentc87da9203e09cf1c7e0f19fc397808424fdaeea2 (diff)
parent30524bf41513a334f0e32117b85aad2f661eed2b (diff)
Merge branch 'fixed-receipts' into new_api
Diffstat (limited to 'toxcore/tox.h')
-rw-r--r--toxcore/tox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/tox.h b/toxcore/tox.h
index 2506779e..2acc70ea 100644
--- a/toxcore/tox.h
+++ b/toxcore/tox.h
@@ -238,7 +238,7 @@ bool tox_version_is_compatible(uint32_t major, uint32_t minor, uint32_t patch);
238/** 238/**
239 * Maximum length of a single message after which it should be split. 239 * Maximum length of a single message after which it should be split.
240 */ 240 */
241#define TOX_MAX_MESSAGE_LENGTH 1368 241#define TOX_MAX_MESSAGE_LENGTH 1372
242 242
243/** 243/**
244 * Maximum size of custom packets. TODO: should be LENGTH? 244 * Maximum size of custom packets. TODO: should be LENGTH?