summaryrefslogtreecommitdiff
path: root/toxcore
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2015-03-23 17:05:35 -0400
committerirungentoo <irungentoo@gmail.com>2015-03-23 17:05:35 -0400
commit12c7c9130f77055c73f8a6b2b47bc4e831eec540 (patch)
tree0e734295c529ccf508d23a6fbbaeb4aab395b8ad /toxcore
parent3fab80409879b925979ee1a6bb0492c69bcfb7d0 (diff)
Changed the share relay packet id.
Diffstat (limited to 'toxcore')
-rw-r--r--toxcore/Messenger.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/toxcore/Messenger.h b/toxcore/Messenger.h
index d1a2ed9b..d2a992f3 100644
--- a/toxcore/Messenger.h
+++ b/toxcore/Messenger.h
@@ -42,8 +42,8 @@ enum {
42 MESSAGE_ACTION 42 MESSAGE_ACTION
43}; 43};
44 44
45/* NOTE: Packet ids below 17 must never be used. */ 45/* NOTE: Packet ids below 20 must never be used. */
46#define PACKET_ID_SHARE_RELAYS 17 46#define PACKET_ID_SHARE_RELAYS 23
47#define PACKET_ID_ONLINE 24 47#define PACKET_ID_ONLINE 24
48#define PACKET_ID_OFFLINE 25 48#define PACKET_ID_OFFLINE 25
49#define PACKET_ID_NICKNAME 48 49#define PACKET_ID_NICKNAME 48