aboutsummaryrefslogtreecommitdiff
path: root/src/rps/gnunet-service-rps_custommap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rps/gnunet-service-rps_custommap.h')
-rw-r--r--src/rps/gnunet-service-rps_custommap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rps/gnunet-service-rps_custommap.h b/src/rps/gnunet-service-rps_custommap.h
index 15591b67a..e7f669c63 100644
--- a/src/rps/gnunet-service-rps_custommap.h
+++ b/src/rps/gnunet-service-rps_custommap.h
@@ -44,10 +44,10 @@
44 * 44 *
45 * This list is expected to 45 * This list is expected to
46 * - be altered in small steps frequently 46 * - be altered in small steps frequently
47 * - be cleared regularily 47 * - be cleared regularly
48 * - often being queried whether a peer is contained 48 * - often being queried whether a peer is contained
49 * - alter indices of peers 49 * - alter indices of peers
50 * - contain continous indices 0 <= i < len 50 * - contain continuous indices 0 <= i < len
51 * - not contain duplicate peers 51 * - not contain duplicate peers
52 */ 52 */
53struct CustomPeerMap; 53struct CustomPeerMap;