aboutsummaryrefslogtreecommitdiff
path: root/src/rps/test_rps_multipeer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rps/test_rps_multipeer.c')
-rw-r--r--src/rps/test_rps_multipeer.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/rps/test_rps_multipeer.c b/src/rps/test_rps_multipeer.c
index 1b026383a..cb36411d2 100644
--- a/src/rps/test_rps_multipeer.c
+++ b/src/rps/test_rps_multipeer.c
@@ -132,15 +132,8 @@ rps_connect_complete_cb (void *cls,
132 return; 132 return;
133 } 133 }
134 peer->rps_handle = rps; 134 peer->rps_handle = rps;
135 //sleep(50);
136 GNUNET_RPS_request_peers(rps, 1, handle_reply, NULL); 135 GNUNET_RPS_request_peers(rps, 1, handle_reply, NULL);
137 GNUNET_RPS_request_peers(rps, 1, handle_reply, NULL); 136 GNUNET_RPS_request_peers(rps, 1, handle_reply, NULL);
138 //sleep(10000);
139 //GNUNET_RPS_request_peers(rps, 1, handle_reply, NULL);
140 //sleep(10000);
141 //GNUNET_RPS_request_peers(rps, 1, handle_reply, NULL);
142 //sleep(10000);
143 //GNUNET_RPS_request_peers(rps, 1, handle_reply, NULL);
144} 137}
145 138
146 139