aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-07-10 15:36:24 +0000
committerBart Polot <bart@net.in.tum.de>2013-07-10 15:36:24 +0000
commiteb75c6e12286fcb45c1b769f5df52803de791973 (patch)
treeff4b71daa9e4ba3f89a568431b8a19331f20a415 /src
parentc5cb636c281390da321e8d27a193c82d0067994b (diff)
downloadgnunet-eb75c6e12286fcb45c1b769f5df52803de791973.tar.gz
gnunet-eb75c6e12286fcb45c1b769f5df52803de791973.zip
- missing message types
Diffstat (limited to 'src')
-rw-r--r--src/include/gnunet_protocols.h19
1 files changed, 12 insertions, 7 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 7d6bbde2c..1fb153673 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -817,34 +817,39 @@ extern "C"
817#define GNUNET_MESSAGE_TYPE_MESH_TO_ORIGIN 262 817#define GNUNET_MESSAGE_TYPE_MESH_TO_ORIGIN 262
818 818
819/** 819/**
820 * Confirm data end-to-end. 820 * Confirm owner->dest data end-to-end (ack goes dest->owner).
821 */ 821 */
822#define GNUNET_MESSAGE_TYPE_MESH_DATA_ACK 263 822#define GNUNET_MESSAGE_TYPE_MESH_UNICAST_ACK 263
823
824/**
825 * Confirm dest->owner data end-to-end (ack goes owner->dest).
826 */
827#define GNUNET_MESSAGE_TYPE_MESH_TO_ORIG_ACK 264
823 828
824/** 829/**
825 * Avoid path timeouts 830 * Avoid path timeouts
826 */ 831 */
827#define GNUNET_MESSAGE_TYPE_MESH_PATH_KEEPALIVE 264 832#define GNUNET_MESSAGE_TYPE_MESH_PATH_KEEPALIVE 265
828 833
829/** 834/**
830 * Request the destuction of a path 835 * Request the destuction of a path
831 */ 836 */
832#define GNUNET_MESSAGE_TYPE_MESH_PATH_DESTROY 265 837#define GNUNET_MESSAGE_TYPE_MESH_PATH_DESTROY 266
833 838
834/** 839/**
835 * Request the destruction of a whole tunnel 840 * Request the destruction of a whole tunnel
836 */ 841 */
837#define GNUNET_MESSAGE_TYPE_MESH_TUNNEL_DESTROY 266 842#define GNUNET_MESSAGE_TYPE_MESH_TUNNEL_DESTROY 267
838 843
839/** 844/**
840 * ACK for a data packet. 845 * ACK for a data packet.
841 */ 846 */
842#define GNUNET_MESSAGE_TYPE_MESH_ACK 267 847#define GNUNET_MESSAGE_TYPE_MESH_ACK 268
843 848
844/** 849/**
845 * Poll for an ACK. 850 * Poll for an ACK.
846 */ 851 */
847#define GNUNET_MESSAGE_TYPE_MESH_POLL 268 852#define GNUNET_MESSAGE_TYPE_MESH_POLL 269
848 853
849/** 854/**
850 * Connect to the mesh service, specifying subscriptions 855 * Connect to the mesh service, specifying subscriptions