diff options
Diffstat (limited to 'toxcore')
-rw-r--r-- | toxcore/network.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toxcore/network.h b/toxcore/network.h index 0e79954f..17b18a65 100644 --- a/toxcore/network.h +++ b/toxcore/network.h | |||
@@ -128,6 +128,8 @@ typedef int sock_t; | |||
128 | #define NET_PACKET_DATA 18 /* Data packet ID. */ | 128 | #define NET_PACKET_DATA 18 /* Data packet ID. */ |
129 | #define NET_PACKET_COOKIE_REQUEST 24 /* Cookie request packet */ | 129 | #define NET_PACKET_COOKIE_REQUEST 24 /* Cookie request packet */ |
130 | #define NET_PACKET_COOKIE_RESPONSE 25 /* Cookie response packet */ | 130 | #define NET_PACKET_COOKIE_RESPONSE 25 /* Cookie response packet */ |
131 | #define NET_PACKET_CRYPTO_HS 26 /* Crypto handshake packet */ | ||
132 | #define NET_PACKET_CRYPTO_DATA 27 /* Crypto data packet */ | ||
131 | #define NET_PACKET_CRYPTO 32 /* Encrypted data packet ID. */ | 133 | #define NET_PACKET_CRYPTO 32 /* Encrypted data packet ID. */ |
132 | #define NET_PACKET_LAN_DISCOVERY 33 /* LAN discovery packet ID. */ | 134 | #define NET_PACKET_LAN_DISCOVERY 33 /* LAN discovery packet ID. */ |
133 | #define NET_PACKET_GROUP_CHATS 48 /* Group chats packet ID. */ | 135 | #define NET_PACKET_GROUP_CHATS 48 /* Group chats packet ID. */ |