aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorSupriti Singh <supritisingh08@gmail.com>2014-04-13 11:54:17 +0000
committerSupriti Singh <supritisingh08@gmail.com>2014-04-13 11:54:17 +0000
commitc004e39e12ae8064a898bc218246c2eb379b1a9a (patch)
tree0a8a3c1c901f8b8bbe95dc033b08c9e673f57283 /src/include
parent1c97f54080bfd543a6000fb3fe3008cb2060fd54 (diff)
downloadgnunet-c004e39e12ae8064a898bc218246c2eb379b1a9a.tar.gz
gnunet-c004e39e12ae8064a898bc218246c2eb379b1a9a.zip
Framework for trail rejection and threshold on links
first phase changes for get.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index e651310ad..726d367a7 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -634,6 +634,11 @@ extern "C"
634 * Message which contains the get result. 634 * Message which contains the get result.
635 */ 635 */
636#define GNUNET_MESSAGE_TYPE_DHT_P2P_GET_RESULT 162 636#define GNUNET_MESSAGE_TYPE_DHT_P2P_GET_RESULT 162
637
638/**
639 * Trail Rejection Message.
640 */
641#define GNUNET_MESSAGE_TYPE_DHT_P2P_TRAIL_REJECTION 163
637/******************************************************************************* 642/*******************************************************************************
638 * HOSTLIST message types 643 * HOSTLIST message types
639 ******************************************************************************/ 644 ******************************************************************************/