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.h39
1 files changed, 38 insertions, 1 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 5a2b644be..747a252ff 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -2630,10 +2630,47 @@ extern "C"
2630#define GNUNET_MESSAGE_TYPE_DHT_CLIENT_ACT_MALICIOUS_OK 894 2630#define GNUNET_MESSAGE_TYPE_DHT_CLIENT_ACT_MALICIOUS_OK 894
2631 2631
2632#endif 2632#endif
2633
2634/*******************************************************************************
2635 * RPS messages
2636 ******************************************************************************/
2637
2638/* P2P Messages */
2639
2640/**
2641 * RPS PUSH message to push own ID to another peer
2642 */
2643#define GNUNET_MESSAGE_TYPE_RPS_PP_PUSH 950
2644
2645/**
2646 * RPS PULL REQUEST message to request the local view of another peer
2647 */
2648#define GNUNET_MESSAGE_TYPE_RPS_PP_PULL_REQUEST 951
2649
2650/**
2651 * RPS PULL REPLY message which contains the view of the other peer
2652 */
2653#define GNUNET_MESSAGE_TYPE_RPS_PP_PULL_REPLY 952
2654
2655
2656
2657/* Client-Service Messages */
2658
2659/**
2660 * RPS CS REQUEST Message for the Client to request (a) random peer(s)
2661 */
2662#define GNUNET_MESSAGE_TYPE_RPS_CS_REQUEST 953
2663
2664/**
2665 * RPS CS REPLY Message for the Server to send (a) random peer(s)
2666 */
2667#define GNUNET_MESSAGE_TYPE_RPS_CS_REPLY 954
2668
2669
2633/*******************************************************************************/ 2670/*******************************************************************************/
2634 2671
2635/** 2672/**
2636 * Next available: 904 2673 * Next available: 960
2637 */ 2674 */
2638 2675
2639/** 2676/**