summaryrefslogtreecommitdiff
path: root/toxcore/TCP_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/TCP_server.h')
-rw-r--r--toxcore/TCP_server.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/toxcore/TCP_server.h b/toxcore/TCP_server.h
index 9bbfbe17..4814d407 100644
--- a/toxcore/TCP_server.h
+++ b/toxcore/TCP_server.h
@@ -39,6 +39,8 @@
39#define TCP_PACKET_ROUTING_RESPONSE 1 39#define TCP_PACKET_ROUTING_RESPONSE 1
40#define TCP_PACKET_CONNECTION_NOTIFICATION 2 40#define TCP_PACKET_CONNECTION_NOTIFICATION 2
41#define TCP_PACKET_DISCONNECT_NOTIFICATION 3 41#define TCP_PACKET_DISCONNECT_NOTIFICATION 3
42#define TCP_PACKET_PING 4
43#define TCP_PACKET_PONG 5
42#define TCP_PACKET_ONION_REQUEST 8 44#define TCP_PACKET_ONION_REQUEST 8
43#define TCP_PACKET_ONION_RESPONSE 9 45#define TCP_PACKET_ONION_RESPONSE 9
44 46