aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h19
1 files changed, 12 insertions, 7 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index dca1eb5e9..de585c9af 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -2706,17 +2706,17 @@ extern "C"
2706/** 2706/**
2707 * RPS PUSH message to push own ID to another peer 2707 * RPS PUSH message to push own ID to another peer
2708 */ 2708 */
2709#define GNUNET_MESSAGE_TYPE_RPS_PP_PUSH 950 2709#define GNUNET_MESSAGE_TYPE_RPS_PP_PUSH 950
2710 2710
2711/** 2711/**
2712 * RPS PULL REQUEST message to request the local view of another peer 2712 * RPS PULL REQUEST message to request the local view of another peer
2713 */ 2713 */
2714#define GNUNET_MESSAGE_TYPE_RPS_PP_PULL_REQUEST 951 2714#define GNUNET_MESSAGE_TYPE_RPS_PP_PULL_REQUEST 951
2715 2715
2716/** 2716/**
2717 * RPS PULL REPLY message which contains the view of the other peer 2717 * RPS PULL REPLY message which contains the view of the other peer
2718 */ 2718 */
2719#define GNUNET_MESSAGE_TYPE_RPS_PP_PULL_REPLY 952 2719#define GNUNET_MESSAGE_TYPE_RPS_PP_PULL_REPLY 952
2720 2720
2721 2721
2722 2722
@@ -2725,23 +2725,28 @@ extern "C"
2725/** 2725/**
2726 * RPS CS REQUEST Message for the Client to request (a) random peer(s) 2726 * RPS CS REQUEST Message for the Client to request (a) random peer(s)
2727 */ 2727 */
2728#define GNUNET_MESSAGE_TYPE_RPS_CS_REQUEST 953 2728#define GNUNET_MESSAGE_TYPE_RPS_CS_REQUEST 953
2729 2729
2730/** 2730/**
2731 * RPS CS REPLY Message for the Server to send (a) random peer(s) 2731 * RPS CS REPLY Message for the Server to send (a) random peer(s)
2732 */ 2732 */
2733#define GNUNET_MESSAGE_TYPE_RPS_CS_REPLY 954 2733#define GNUNET_MESSAGE_TYPE_RPS_CS_REPLY 954
2734
2735/**
2736 * RPS CS REQUEST CANCEL Message for the Client to cancel a request
2737 */
2738#define GNUNET_MESSAGE_TYPE_RPS_CS_REQUEST_CANCEL 955
2734 2739
2735/** 2740/**
2736 * RPS CS SEED Message for the Client to seed peers into rps 2741 * RPS CS SEED Message for the Client to seed peers into rps
2737 */ 2742 */
2738#define GNUNET_MESSAGE_TYPE_RPS_CS_SEED 955 2743#define GNUNET_MESSAGE_TYPE_RPS_CS_SEED 956
2739 2744
2740#ifdef ENABLE_MALICIOUS 2745#ifdef ENABLE_MALICIOUS
2741/** 2746/**
2742 * Turn RPS service malicious 2747 * Turn RPS service malicious
2743 */ 2748 */
2744#define GNUNET_MESSAGE_TYPE_RPS_ACT_MALICIOUS 956 2749#define GNUNET_MESSAGE_TYPE_RPS_ACT_MALICIOUS 957
2745 2750
2746#endif /* ENABLE_MALICIOUS */ 2751#endif /* ENABLE_MALICIOUS */
2747 2752