aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h19
1 files changed, 13 insertions, 6 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 0bcd59838..4d9fec4ca 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -357,19 +357,26 @@ extern "C"
357#define GNUNET_MESSAGE_TYPE_CORE_CONFIGURATION_INFO 73 357#define GNUNET_MESSAGE_TYPE_CORE_CONFIGURATION_INFO 73
358 358
359/** 359/**
360 * Request from client with message to transmit. 360 * Request from client to transmit message.
361 */ 361 */
362#define GNUNET_MESSAGE_TYPE_CORE_SEND 74 362#define GNUNET_MESSAGE_TYPE_CORE_SEND_REQUEST 74
363 363
364/** 364/**
365 * Request from client asking to connect to a peer. 365 * Confirmation from core that message can now be sent
366 */
367#define GNUNET_MESSAGE_TYPE_CORE_SEND_READY 75
368
369/**
370 * Client with message to transmit (after SEND_READY confirmation
371 * was received).
366 */ 372 */
367#define GNUNET_MESSAGE_TYPE_CORE_REQUEST_CONNECT 75 373#define GNUNET_MESSAGE_TYPE_CORE_SEND 76
368 374
369/** 375/**
370 * Request from client asking to call back with all connected peers. 376 * Request from client asking to connect to a peer.
371 */ 377 */
372#define GNUNET_MESSAGE_TYPE_CORE_ITERATE_PEERS 76 378#define GNUNET_MESSAGE_TYPE_CORE_REQUEST_CONNECT 77
379
373 380
374/** 381/**
375 * Session key exchange between peers. 382 * Session key exchange between peers.