summaryrefslogtreecommitdiff
path: root/src/rps/test_rps.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-12-27 14:08:48 +0100
committerChristian Grothoff <christian@grothoff.org>2017-12-27 14:26:56 +0100
commitae31198dd482e7ef7c04cca34e999dec05217d1c (patch)
tree7c405238adbfbae233aed7cc8c6789ba12e95522 /src/rps/test_rps.c
parentd489f5604b6cb0009f0b235e4a92ede63013b494 (diff)
downloadgnunet-ae31198dd482e7ef7c04cca34e999dec05217d1c.tar.gz
gnunet-ae31198dd482e7ef7c04cca34e999dec05217d1c.zip
some niceities for rps test configuration
Diffstat (limited to 'src/rps/test_rps.c')
-rw-r--r--src/rps/test_rps.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rps/test_rps.c b/src/rps/test_rps.c
index acd3a165d..464b7a8db 100644
--- a/src/rps/test_rps.c
+++ b/src/rps/test_rps.c
@@ -18,7 +18,7 @@
18 Boston, MA 02110-1301, USA. 18 Boston, MA 02110-1301, USA.
19*/ 19*/
20/** 20/**
21 * @file rps/test_rps_multipeer.c 21 * @file rps/test_rps.c
22 * @brief Testcase for the random peer sampling service. Starts 22 * @brief Testcase for the random peer sampling service. Starts
23 * a peergroup with a given number of peers, then waits to 23 * a peergroup with a given number of peers, then waits to
24 * receive size pushes/pulls from each peer. Expects to wait 24 * receive size pushes/pulls from each peer. Expects to wait
@@ -1542,4 +1542,4 @@ main (int argc, char *argv[])
1542 return ret_value; 1542 return ret_value;
1543} 1543}
1544 1544
1545/* end of test_rps_multipeer.c */ 1545/* end of test_rps.c */