aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-01-16 14:01:23 +0100
committerChristian Grothoff <christian@grothoff.org>2022-02-19 12:41:01 +0100
commit8ca9b2754d10419c9d8c041549d5747ec482b83a (patch)
tree5b6f8b46a419c58780ba09a9e9b6d38ef5647a98 /src/include/gnunet_protocols.h
parenta98b548418bd0dcb8882ef913bcc2fbb516e0f2c (diff)
downloadgnunet-8ca9b2754d10419c9d8c041549d5747ec482b83a.tar.gz
gnunet-8ca9b2754d10419c9d8c041549d5747ec482b83a.zip
-DHT: add gnunet-dht-hello for bootstrapping
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h15
1 files changed, 13 insertions, 2 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index cddacc8a6..f2892e125 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -665,9 +665,20 @@ extern "C" {
665#define GNUNET_MESSAGE_TYPE_DHT_P2P_HELLO 157 665#define GNUNET_MESSAGE_TYPE_DHT_P2P_HELLO 157
666 666
667/** 667/**
668 * DHT wants to use CORE to transmit data. 668 * Encapsulation of DHT messages in CORE service.
669 */ 669 */
670#define GNUNET_MESSAGE_TYPE_DHT_CORE 143 670#define GNUNET_MESSAGE_TYPE_DHT_CORE 158
671
672/**
673 * HELLO URL send between client and service (in
674 * either direction).
675 */
676#define GNUNET_MESSAGE_TYPE_DHT_CLIENT_HELLO_URL 159
677
678/**
679 * Client requests DHT service's HELLO URL.
680 */
681#define GNUNET_MESSAGE_TYPE_DHT_CLIENT_HELLO_GET 161
671 682
672 683
673/******************************************************************************* 684/*******************************************************************************