aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2016-08-22 13:42:27 +0000
committerJulius Bünger <buenger@mytum.de>2016-08-22 13:42:27 +0000
commitfc3c65152a52aab6951b37e7d462aa9627a668a1 (patch)
treea8ed13a744fa21683cc16d602027bec14cc13cc8 /src/include/gnunet_protocols.h
parent43c73b22d65bb24511f7aa9c9168b4ff2e8d4d56 (diff)
downloadgnunet-fc3c65152a52aab6951b37e7d462aa9627a668a1.tar.gz
gnunet-fc3c65152a52aab6951b37e7d462aa9627a668a1.zip
-rps fix: change way of online notification
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h21
1 files changed, 13 insertions, 8 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index cc6432be5..086406a44 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -2798,19 +2798,24 @@ extern "C"
2798/* P2P Messages */ 2798/* P2P Messages */
2799 2799
2800/** 2800/**
2801 * RPS check liveliness message to check liveliness of other peer
2802 */
2803#define GNUNET_MESSAGE_TYPE_RPS_PP_CHECK_LIVE 950
2804
2805/**
2801 * RPS PUSH message to push own ID to another peer 2806 * RPS PUSH message to push own ID to another peer
2802 */ 2807 */
2803#define GNUNET_MESSAGE_TYPE_RPS_PP_PUSH 950 2808#define GNUNET_MESSAGE_TYPE_RPS_PP_PUSH 951
2804 2809
2805/** 2810/**
2806 * RPS PULL REQUEST message to request the local view of another peer 2811 * RPS PULL REQUEST message to request the local view of another peer
2807 */ 2812 */
2808#define GNUNET_MESSAGE_TYPE_RPS_PP_PULL_REQUEST 951 2813#define GNUNET_MESSAGE_TYPE_RPS_PP_PULL_REQUEST 952
2809 2814
2810/** 2815/**
2811 * RPS PULL REPLY message which contains the view of the other peer 2816 * RPS PULL REPLY message which contains the view of the other peer
2812 */ 2817 */
2813#define GNUNET_MESSAGE_TYPE_RPS_PP_PULL_REPLY 952 2818#define GNUNET_MESSAGE_TYPE_RPS_PP_PULL_REPLY 953
2814 2819
2815 2820
2816 2821
@@ -2819,28 +2824,28 @@ extern "C"
2819/** 2824/**
2820 * RPS CS REQUEST Message for the Client to request (a) random peer(s) 2825 * RPS CS REQUEST Message for the Client to request (a) random peer(s)
2821 */ 2826 */
2822#define GNUNET_MESSAGE_TYPE_RPS_CS_REQUEST 953 2827#define GNUNET_MESSAGE_TYPE_RPS_CS_REQUEST 954
2823 2828
2824/** 2829/**
2825 * RPS CS REPLY Message for the Server to send (a) random peer(s) 2830 * RPS CS REPLY Message for the Server to send (a) random peer(s)
2826 */ 2831 */
2827#define GNUNET_MESSAGE_TYPE_RPS_CS_REPLY 954 2832#define GNUNET_MESSAGE_TYPE_RPS_CS_REPLY 955
2828 2833
2829/** 2834/**
2830 * RPS CS REQUEST CANCEL Message for the Client to cancel a request 2835 * RPS CS REQUEST CANCEL Message for the Client to cancel a request
2831 */ 2836 */
2832#define GNUNET_MESSAGE_TYPE_RPS_CS_REQUEST_CANCEL 955 2837#define GNUNET_MESSAGE_TYPE_RPS_CS_REQUEST_CANCEL 956
2833 2838
2834/** 2839/**
2835 * RPS CS SEED Message for the Client to seed peers into rps 2840 * RPS CS SEED Message for the Client to seed peers into rps
2836 */ 2841 */
2837#define GNUNET_MESSAGE_TYPE_RPS_CS_SEED 956 2842#define GNUNET_MESSAGE_TYPE_RPS_CS_SEED 957
2838 2843
2839#ifdef ENABLE_MALICIOUS 2844#ifdef ENABLE_MALICIOUS
2840/** 2845/**
2841 * Turn RPS service malicious 2846 * Turn RPS service malicious
2842 */ 2847 */
2843#define GNUNET_MESSAGE_TYPE_RPS_ACT_MALICIOUS 957 2848#define GNUNET_MESSAGE_TYPE_RPS_ACT_MALICIOUS 958
2844 2849
2845#endif /* ENABLE_MALICIOUS */ 2850#endif /* ENABLE_MALICIOUS */
2846 2851