aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-06-15 23:46:00 +0200
committerChristian Grothoff <christian@grothoff.org>2019-06-15 23:46:00 +0200
commita99752d30c73cd5040c9da3c05da3bbc2dc1b67e (patch)
tree4319210d4664aa3354404e67911ebe771b1e43f3 /src/include/gnunet_protocols.h
parentb3ddc93861a6a171eee7c855f83c7a1314f6eaf9 (diff)
downloadgnunet-a99752d30c73cd5040c9da3c05da3bbc2dc1b67e.tar.gz
gnunet-a99752d30c73cd5040c9da3c05da3bbc2dc1b67e.zip
fix gnunet-gns performance issue for many egos
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index d93e12bfb..45bfa4f1b 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -1948,6 +1948,15 @@ extern "C" {
1948 */ 1948 */
1949#define GNUNET_MESSAGE_TYPE_IDENTITY_LOOKUP 632 1949#define GNUNET_MESSAGE_TYPE_IDENTITY_LOOKUP 632
1950 1950
1951/**
1952 * First message send from identity client to service to lookup a
1953 * single ego matching the given suffix (longest match). The service
1954 * will respond with a #GNUNET_MESSAGE_TYPE_IDENTITY_UPDATE message if
1955 * the ego exists, or a #GNUNET_MESSAGE_TYPE_IDENTITY_RESULT_CODE if
1956 * not.
1957 */
1958#define GNUNET_MESSAGE_TYPE_IDENTITY_LOOKUP_BY_SUFFIX 633
1959
1951 1960
1952/******************************************************************************* 1961/*******************************************************************************
1953 * REVOCATION message types 1962 * REVOCATION message types