summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
diff options
context:
space:
mode:
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?