summaryrefslogtreecommitdiff
path: root/toxcore
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-09-06 09:56:56 -0400
committerirungentoo <irungentoo@gmail.com>2013-09-06 09:56:56 -0400
commit64570a1b12d308449aa0d688f7f513847d1dc0f7 (patch)
treefcf7bb4a787a6fe32bc511c493cbece0af127900 /toxcore
parent7ecd809a598afd4c93079396831b99039419d9e0 (diff)
Fixed autotest, increased MAX_STATUSMESSAGE_LENGTH.
Diffstat (limited to 'toxcore')
-rw-r--r--toxcore/Messenger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/Messenger.h b/toxcore/Messenger.h
index 0823891a..9d7f17dc 100644
--- a/toxcore/Messenger.h
+++ b/toxcore/Messenger.h
@@ -32,7 +32,7 @@
32#include "LAN_discovery.h" 32#include "LAN_discovery.h"
33 33
34#define MAX_NAME_LENGTH 128 34#define MAX_NAME_LENGTH 128
35#define MAX_STATUSMESSAGE_LENGTH 128 35#define MAX_STATUSMESSAGE_LENGTH 1007
36 36
37#define FRIEND_ADDRESS_SIZE (crypto_box_PUBLICKEYBYTES + sizeof(uint32_t) + sizeof(uint16_t)) 37#define FRIEND_ADDRESS_SIZE (crypto_box_PUBLICKEYBYTES + sizeof(uint32_t) + sizeof(uint16_t))
38 38