summaryrefslogtreecommitdiff
path: root/toxcore/TCP_server.h
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-03-28 22:37:42 -0400
committerirungentoo <irungentoo@gmail.com>2014-03-28 22:37:42 -0400
commit8aaa5fe996e44a0c68c069b8e70649264f5e8a56 (patch)
tree09a7a2c680425d772bdf2d2b6a0499a1ead3a00d /toxcore/TCP_server.h
parenta11667355491b6a0b18111e0c6ef16f816521214 (diff)
TCP server almost ready.
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