summaryrefslogtreecommitdiff
path: root/toxcore/network.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/network.h')
-rw-r--r--toxcore/network.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/toxcore/network.h b/toxcore/network.h
index b902a487..da175309 100644
--- a/toxcore/network.h
+++ b/toxcore/network.h
@@ -99,9 +99,6 @@ typedef int sock_t;
99#define NET_PACKET_GET_NODES 2 /* Get nodes request packet ID. */ 99#define NET_PACKET_GET_NODES 2 /* Get nodes request packet ID. */
100#define NET_PACKET_SEND_NODES 3 /* Send nodes response packet ID for IPv4 addresses. */ 100#define NET_PACKET_SEND_NODES 3 /* Send nodes response packet ID for IPv4 addresses. */
101#define NET_PACKET_SEND_NODES_IPV6 4 /* Send nodes response packet ID for other addresses. */ 101#define NET_PACKET_SEND_NODES_IPV6 4 /* Send nodes response packet ID for other addresses. */
102#define NET_PACKET_HANDSHAKE 16 /* Handshake packet ID. */
103#define NET_PACKET_SYNC 17 /* SYNC packet ID. */
104#define NET_PACKET_DATA 18 /* Data packet ID. */
105#define NET_PACKET_COOKIE_REQUEST 24 /* Cookie request packet */ 102#define NET_PACKET_COOKIE_REQUEST 24 /* Cookie request packet */
106#define NET_PACKET_COOKIE_RESPONSE 25 /* Cookie response packet */ 103#define NET_PACKET_COOKIE_RESPONSE 25 /* Cookie response packet */
107#define NET_PACKET_CRYPTO_HS 26 /* Crypto handshake packet */ 104#define NET_PACKET_CRYPTO_HS 26 /* Crypto handshake packet */