aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorSupriti Singh <supritisingh08@gmail.com>2014-08-28 20:09:30 +0000
committerSupriti Singh <supritisingh08@gmail.com>2014-08-28 20:09:30 +0000
commit6c20cb042f548dbd98a89ed457c82212090ea7b0 (patch)
tree36cf658d4b43376b7ee2a4e52ff73507c6641647 /src/include
parent19d2226cb1957fbe7e5f825b87849b6028615a19 (diff)
downloadgnunet-6c20cb042f548dbd98a89ed457c82212090ea7b0.tar.gz
gnunet-6c20cb042f548dbd98a89ed457c82212090ea7b0.zip
Readding trail compression to check if it can reduce trail length
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 16dc9ae9a..29ddf1c04 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -2605,10 +2605,15 @@ extern "C"
2605 * that you got the notify successor message. 2605 * that you got the notify successor message.
2606 */ 2606 */
2607#define GNUNET_MESSAGE_TYPE_XDHT_P2P_NOTIFY_SUCCESSOR_CONFIRMATION 893 2607#define GNUNET_MESSAGE_TYPE_XDHT_P2P_NOTIFY_SUCCESSOR_CONFIRMATION 893
2608
2609/**
2610 * Trail Compression
2611 */
2612#define GNUNET_MESSAGE_TYPE_XDHT_P2P_TRAIL_COMPRESSION 894
2608/*******************************************************************************/ 2613/*******************************************************************************/
2609 2614
2610/** 2615/**
2611 * Next available: 903 2616 * Next available: 904
2612 */ 2617 */
2613 2618
2614/** 2619/**