aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-06-22 08:47:00 +0000
committerBart Polot <bart@net.in.tum.de>2011-06-22 08:47:00 +0000
commitbeb7672946e7fab704e63a301922b31387a038c9 (patch)
tree1ce9798b5b5e0d799ede390b156b37cc95ada2ff /src/include
parenta36de9cd81b02e4454ffcfa10c709419700c590d (diff)
downloadgnunet-beb7672946e7fab704e63a301922b31387a038c9.tar.gz
gnunet-beb7672946e7fab704e63a301922b31387a038c9.zip
WiP
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h14
1 files changed, 10 insertions, 4 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 35eb7d0b4..598d566bf 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -816,20 +816,26 @@ extern "C"
816#define GNUNET_MESSAGE_TYPE_MESH_PATH_CHANGED 259 816#define GNUNET_MESSAGE_TYPE_MESH_PATH_CHANGED 259
817 817
818/** 818/**
819 * Transport data in the mesh (origin->end) 819 * Transport data in the mesh (origin->end) unicast
820 */ 820 */
821#define GNUNET_MESSAGE_TYPE_MESH_DATA_GO 260 821#define GNUNET_MESSAGE_TYPE_DATA_MESSAGE_FROM_ORIGIN 260
822
823/**
824 * Transport data to all peers in a tunnel
825 */
826#define GNUNET_MESSAGE_TYPE_DATA_MULTICAST 261
822 827
823/** 828/**
824 * Transport data back in the mesh (end->origin) 829 * Transport data back in the mesh (end->origin)
825 * (not sure if this is the right way, should be some other solution) 830 * (not sure if this is the right way, should be some other solution)
826 */ 831 */
827#define GNUNET_MESSAGE_TYPE_MESH_DATA_BACK 261 832#define GNUNET_MESSAGE_TYPE_DATA_MESSAGE_TO_ORIGIN 262
833
828 834
829/** 835/**
830 * We need flow control 836 * We need flow control
831 */ 837 */
832#define GNUNET_MESSAGE_TYPE_MESH_SPEED_NOTIFY 262 838#define GNUNET_MESSAGE_TYPE_MESH_SPEED_NOTIFY 263
833 839
834/** 840/**
835 * Connect to the mesh service, specifying subscriptions 841 * Connect to the mesh service, specifying subscriptions