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.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 779c16f73..229d8910b 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -245,11 +245,6 @@ extern "C"
245#define GNUNET_MESSAGE_TYPE_TRANSPORT_TCP_WELCOME 60 245#define GNUNET_MESSAGE_TYPE_TRANSPORT_TCP_WELCOME 60
246 246
247/** 247/**
248 * Welcome message between TCP transports.
249 */
250#define GNUNET_MESSAGE_TYPE_TRANSPORT_TCP_DATA 41
251
252/**
253 * Initial setup message from core client to core. 248 * Initial setup message from core client to core.
254 */ 249 */
255#define GNUNET_MESSAGE_TYPE_CORE_INIT 64 250#define GNUNET_MESSAGE_TYPE_CORE_INIT 64
@@ -462,6 +457,11 @@ extern "C"
462 */ 457 */
463#define GNUNET_MESSAGE_TYPE_FS_PUT 139 458#define GNUNET_MESSAGE_TYPE_FS_PUT 139
464 459
460/**
461 * Type used to match 'all' message types.
462 */
463#define GNUNET_MESSAGE_TYPE_ALL 65535
464
465/* 465/*
466 TODO: 466 TODO:
467 - DV 467 - DV