mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Changed the share relay packet id.
This commit is contained in:
parent
3fab804098
commit
12c7c9130f
|
@ -42,8 +42,8 @@ enum {
|
||||||
MESSAGE_ACTION
|
MESSAGE_ACTION
|
||||||
};
|
};
|
||||||
|
|
||||||
/* NOTE: Packet ids below 17 must never be used. */
|
/* NOTE: Packet ids below 20 must never be used. */
|
||||||
#define PACKET_ID_SHARE_RELAYS 17
|
#define PACKET_ID_SHARE_RELAYS 23
|
||||||
#define PACKET_ID_ONLINE 24
|
#define PACKET_ID_ONLINE 24
|
||||||
#define PACKET_ID_OFFLINE 25
|
#define PACKET_ID_OFFLINE 25
|
||||||
#define PACKET_ID_NICKNAME 48
|
#define PACKET_ID_NICKNAME 48
|
||||||
|
|
Loading…
Reference in New Issue
Block a user