Changed the share relay packet id.

This commit is contained in:
irungentoo 2015-03-23 17:05:35 -04:00
parent 3fab804098
commit 12c7c9130f
No known key found for this signature in database
GPG Key ID: 10349DC9BED89E98

View File

@ -42,8 +42,8 @@ enum {
MESSAGE_ACTION
};
/* NOTE: Packet ids below 17 must never be used. */
#define PACKET_ID_SHARE_RELAYS 17
/* NOTE: Packet ids below 20 must never be used. */
#define PACKET_ID_SHARE_RELAYS 23
#define PACKET_ID_ONLINE 24
#define PACKET_ID_OFFLINE 25
#define PACKET_ID_NICKNAME 48