X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Finclude%2Fgnunet_protocols.h;h=03b13fd48f29155a9c311c03905ff77cce96fd04;hb=418bf5953acdba2e325528d739fb115b51b7141f;hp=4400db7e1c6177f4813082518cb30f96d5374c37;hpb=5b7ed686d4a6c4ecb8e0302a42e85bb9bff42cac;p=oweals%2Fgnunet.git diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h index 4400db7e1..03b13fd48 100644 --- a/src/include/gnunet_protocols.h +++ b/src/include/gnunet_protocols.h @@ -2619,33 +2619,29 @@ extern "C" /* Client-Service Messages */ -/** - * RPS CS REQUEST Message for the Client to request (a) random peer(s) - */ -#define GNUNET_MESSAGE_TYPE_RPS_CS_REQUEST 954 /** - * RPS CS REPLY Message for the Server to send (a) random peer(s) + * RPS CS SEED Message for the Client to seed peers into rps */ -#define GNUNET_MESSAGE_TYPE_RPS_CS_REPLY 955 +#define GNUNET_MESSAGE_TYPE_RPS_CS_SEED 954 +#ifdef ENABLE_MALICIOUS /** - * RPS CS REQUEST CANCEL Message for the Client to cancel a request + * Turn RPS service malicious */ -#define GNUNET_MESSAGE_TYPE_RPS_CS_REQUEST_CANCEL 956 +#define GNUNET_MESSAGE_TYPE_RPS_ACT_MALICIOUS 955 + +#endif /* ENABLE_MALICIOUS */ /** - * RPS CS SEED Message for the Client to seed peers into rps + * RPS client-service message to start a sub sampler */ -#define GNUNET_MESSAGE_TYPE_RPS_CS_SEED 957 +#define GNUNET_MESSAGE_TYPE_RPS_CS_SUB_START 956 -#ifdef ENABLE_MALICIOUS /** - * Turn RPS service malicious + * RPS client-service message to stop a sub sampler */ -#define GNUNET_MESSAGE_TYPE_RPS_ACT_MALICIOUS 958 - -#endif /* ENABLE_MALICIOUS */ +#define GNUNET_MESSAGE_TYPE_RPS_CS_SUB_STOP 957 /* Debugging API continues at 1130 */ @@ -2993,6 +2989,22 @@ extern "C" #define GNUNET_MESSAGE_TYPE_RPS_CS_DEBUG_VIEW_CANCEL 1132 +/** + * @brief Request biased input stream + */ +#define GNUNET_MESSAGE_TYPE_RPS_CS_DEBUG_STREAM_REQUEST 1133 + +/** + * @brief Send peer of biased stream + */ +#define GNUNET_MESSAGE_TYPE_RPS_CS_DEBUG_STREAM_REPLY 1134 + +/** + * @brief Cancel getting biased strem + */ +#define GNUNET_MESSAGE_TYPE_RPS_CS_DEBUG_STREAM_CANCEL 1135 + + /** * Next available: 1200