aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-07-10 15:11:20 +0000
committerBart Polot <bart@net.in.tum.de>2013-07-10 15:11:20 +0000
commitc5cb636c281390da321e8d27a193c82d0067994b (patch)
treec09d783aec29858a669c84dd99844a9bb6da40c1 /src
parent096ad74fb4bc765606db9686974d00c99723fe9c (diff)
downloadgnunet-c5cb636c281390da321e8d27a193c82d0067994b.tar.gz
gnunet-c5cb636c281390da321e8d27a193c82d0067994b.zip
- updated message numbers
Diffstat (limited to 'src')
-rw-r--r--src/mesh/mesh_common.c19
1 files changed, 12 insertions, 7 deletions
diff --git a/src/mesh/mesh_common.c b/src/mesh/mesh_common.c
index c9082b70b..4f208426f 100644
--- a/src/mesh/mesh_common.c
+++ b/src/mesh/mesh_common.c
@@ -91,34 +91,39 @@ GNUNET_MESH_DEBUG_M2S (uint16_t m)
91 case 262: return "GNUNET_MESSAGE_TYPE_MESH_TO_ORIGIN"; 91 case 262: return "GNUNET_MESSAGE_TYPE_MESH_TO_ORIGIN";
92 92
93 /** 93 /**
94 * Send origin an ACK that the path is complete 94 * Send origin an ACK that UNICAST arrived
95 */ 95 */
96 case 263: return "GNUNET_MESSAGE_TYPE_MESH_DATA_ACK"; 96 case 263: return "GNUNET_MESSAGE_TYPE_MESH_UNICAST_ACK";
97
98 /**
99 * Send origin an ACK that TO_ORIGIN arrived
100 */
101 case 264: return "GNUNET_MESSAGE_TYPE_MESH_TO_ORIG_ACK";
97 102
98 /** 103 /**
99 * Avoid path timeouts 104 * Avoid path timeouts
100 */ 105 */
101 case 264: return "GNUNET_MESSAGE_TYPE_MESH_PATH_KEEPALIVE"; 106 case 265: return "GNUNET_MESSAGE_TYPE_MESH_PATH_KEEPALIVE";
102 107
103 /** 108 /**
104 * Request the destuction of a path 109 * Request the destuction of a path
105 */ 110 */
106 case 265: return "GNUNET_MESSAGE_TYPE_MESH_PATH_DESTROY"; 111 case 266: return "GNUNET_MESSAGE_TYPE_MESH_PATH_DESTROY";
107 112
108 /** 113 /**
109 * Request the destruction of a whole tunnel 114 * Request the destruction of a whole tunnel
110 */ 115 */
111 case 266: return "GNUNET_MESSAGE_TYPE_MESH_TUNNEL_DESTROY"; 116 case 267: return "GNUNET_MESSAGE_TYPE_MESH_TUNNEL_DESTROY";
112 117
113 /** 118 /**
114 * ACK for a data packet. 119 * ACK for a data packet.
115 */ 120 */
116 case 267: return "GNUNET_MESSAGE_TYPE_MESH_ACK"; 121 case 268: return "GNUNET_MESSAGE_TYPE_MESH_ACK";
117 122
118 /** 123 /**
119 * POLL for ACK. 124 * POLL for ACK.
120 */ 125 */
121 case 268: return "GNUNET_MESSAGE_TYPE_MESH_POLL"; 126 case 269: return "GNUNET_MESSAGE_TYPE_MESH_POLL";
122 127
123 /** 128 /**
124 * Connect to the mesh service, specifying subscriptions 129 * Connect to the mesh service, specifying subscriptions