aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-10-30 18:16:01 +0000
committerBart Polot <bart@net.in.tum.de>2013-10-30 18:16:01 +0000
commit6040d3ae4058fb87a8ffc62c9be9a60e1eefb15f (patch)
treef47a71a67906a4fd4350a5f5df3a16b9b98b0683 /src/include/gnunet_protocols.h
parentafa714da4ed5de15331a694b25a228e4e4426c18 (diff)
downloadgnunet-6040d3ae4058fb87a8ffc62c9be9a60e1eefb15f.tar.gz
gnunet-6040d3ae4058fb87a8ffc62c9be9a60e1eefb15f.zip
- missing headers
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index c95432009..a1390df4a 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -807,7 +807,7 @@ extern "C"
807#define GNUNET_MESSAGE_TYPE_MESH_PATH_CHANGED 259 807#define GNUNET_MESSAGE_TYPE_MESH_PATH_CHANGED 259
808 808
809/** 809/**
810 * Payload data. 810 * Payload data (usually inside a encrypted tunnel).
811 */ 811 */
812#define GNUNET_MESSAGE_TYPE_MESH_DATA 260 812#define GNUNET_MESSAGE_TYPE_MESH_DATA 260
813 813
@@ -817,6 +817,13 @@ extern "C"
817#define GNUNET_MESSAGE_TYPE_MESH_DATA_ACK 261 817#define GNUNET_MESSAGE_TYPE_MESH_DATA_ACK 261
818 818
819/** 819/**
820 * Key exchange messages.
821 */
822#define GNUNET_MESSAGE_TYPE_MESH_KX 262
823#define GNUNET_MESSAGE_TYPE_MESH_KX_PING 263
824#define GNUNET_MESSAGE_TYPE_MESH_KX_PONG 263
825
826/**
820 * Payload data origin->end DEPRECATED. 827 * Payload data origin->end DEPRECATED.
821 */ 828 */
822#define GNUNET_MESSAGE_TYPE_MESH_UNICAST 260 829#define GNUNET_MESSAGE_TYPE_MESH_UNICAST 260