aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
authorSupriti Singh <supritisingh08@gmail.com>2014-09-22 15:12:15 +0000
committerSupriti Singh <supritisingh08@gmail.com>2014-09-22 15:12:15 +0000
commit3a85995c4a7a48f7afae1c554e9df3547ca7db3f (patch)
treebf4d46b158a973e4900e4792e80e860b324c2a0a /src/include/gnunet_protocols.h
parentb97fc3b79ac05184f0928af8071e76dcbd8f99ea (diff)
downloadgnunet-3a85995c4a7a48f7afae1c554e9df3547ca7db3f.tar.gz
gnunet-3a85995c4a7a48f7afae1c554e9df3547ca7db3f.zip
- Act malicious API complete
- Using multiple trails in PUT/GET
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h18
1 files changed, 12 insertions, 6 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 16dc9ae9a..7e653f551 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -2593,22 +2593,28 @@ extern "C"
2593 */ 2593 */
2594#define GNUNET_MESSAGE_TYPE_XDHT_P2P_GET 891 2594#define GNUNET_MESSAGE_TYPE_XDHT_P2P_GET 891
2595 2595
2596/**
2597 * Send back peer that considers you are its successor, a confirmation
2598 * that you got the notify successor message.
2599 */
2600#define GNUNET_MESSAGE_TYPE_XDHT_P2P_NOTIFY_SUCCESSOR_CONFIRMATION 892
2601
2596#if ENABLE_MALICIOUS 2602#if ENABLE_MALICIOUS
2597/** 2603/**
2598 * Turn X-VINE DHT service malicious 2604 * Turn X-VINE DHT service malicious
2599 */ 2605 */
2600#define GNUNET_MESSAGE_TYPE_DHT_ACT_MALICIOUS 892 2606#define GNUNET_MESSAGE_TYPE_DHT_ACT_MALICIOUS 893
2601#endif
2602 2607
2603/** 2608/**
2604 * Send back peer that considers you are its successor, a confirmation 2609 * Acknowledge receiving ACT MALICIOUS request
2605 * that you got the notify successor message.
2606 */ 2610 */
2607#define GNUNET_MESSAGE_TYPE_XDHT_P2P_NOTIFY_SUCCESSOR_CONFIRMATION 893 2611#define GNUNET_MESSAGE_TYPE_DHT_CLIENT_ACT_MALICIOUS_OK 894
2612
2613#endif
2608/*******************************************************************************/ 2614/*******************************************************************************/
2609 2615
2610/** 2616/**
2611 * Next available: 903 2617 * Next available: 904
2612 */ 2618 */
2613 2619
2614/** 2620/**