aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-03-12 19:32:06 +0000
committerChristian Grothoff <christian@grothoff.org>2013-03-12 19:32:06 +0000
commite27e2a35da519f85d7597890557f83a4d432e414 (patch)
treec07d681aa711f7f9c5564f336e744a037758c85c /src/include
parente9a539d46298a5802384cb9d4379c5093816b01b (diff)
downloadgnunet-e27e2a35da519f85d7597890557f83a4d432e414.tar.gz
gnunet-e27e2a35da519f85d7597890557f83a4d432e414.zip
-removing useless parts of old code, work on DHT API
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h21
1 files changed, 11 insertions, 10 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index eb09a44ab..222924cf8 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -162,41 +162,42 @@ extern "C"
162 * unwrapped by the DV service and handed to the plugin 162 * unwrapped by the DV service and handed to the plugin
163 * for processing 163 * for processing
164 */ 164 */
165#define GNUNET_MESSAGE_TYPE_TRANSPORT_DV_RECEIVE 44 165#define GNUNET_MESSAGE_TYPE_DV_RECV 44
166 166
167/** 167/**
168 * DV Plugin to DV service message, indicating a message 168 * DV Plugin to DV service message, indicating a message
169 * should be sent out. 169 * should be sent out.
170 */ 170 */
171#define GNUNET_MESSAGE_TYPE_TRANSPORT_DV_SEND 45 171#define GNUNET_MESSAGE_TYPE_DV_SEND 45
172 172
173/** 173/**
174 * DV service to DV api message, containing a confirmation 174 * DV service to DV api message, containing a confirmation
175 * or failure of a DV_SEND message. 175 * or failure of a DV_SEND message.
176 */ 176 */
177#define GNUNET_MESSAGE_TYPE_TRANSPORT_DV_SEND_RESULT 46 177#define GNUNET_MESSAGE_TYPE_DV_SEND_ACK 46
178 178
179/** 179/**
180 * P2P DV message encapsulating some real message 180 * P2P DV message encapsulating some real message
181 */ 181 */
182#define GNUNET_MESSAGE_TYPE_DV_DATA 47 182#define GNUNET_MESSAGE_TYPE_DV_ROUTE 47
183 183
184/** 184/**
185 * P2P DV message gossipping peer information 185 * DV Plugin to DV service message, indicating
186 * startup.
186 */ 187 */
187#define GNUNET_MESSAGE_TYPE_DV_GOSSIP 48 188#define GNUNET_MESSAGE_TYPE_DV_START 48
188 189
189/** 190/**
190 * DV Plugin to DV service message, indicating 191 * P2P DV message telling plugin that a peer connected
191 * startup.
192 */ 192 */
193#define GNUNET_MESSAGE_TYPE_DV_START 49 193#define GNUNET_MESSAGE_TYPE_DV_CONNECT 49
194 194
195/** 195/**
196 * P2P DV message notifying connected peers of a disconnect 196 * P2P DV message telling plugin that a peer disconnected
197 */ 197 */
198#define GNUNET_MESSAGE_TYPE_DV_DISCONNECT 50 198#define GNUNET_MESSAGE_TYPE_DV_DISCONNECT 50
199 199
200
200/******************************************************************************* 201/*******************************************************************************
201 * Transport-UDP message types 202 * Transport-UDP message types
202 ******************************************************************************/ 203 ******************************************************************************/