aboutsummaryrefslogtreecommitdiff
path: root/src/rps
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2014-12-26 00:02:02 +0000
committerJulius Bünger <buenger@mytum.de>2014-12-26 00:02:02 +0000
commitba83afb38f3c6bce7a1196410f885142a03d05f8 (patch)
tree128a01ea073e76af5f91ebf59c317822892fadc9 /src/rps
parent0a1dc873178c187ea94c5263084e3d7ec30a7c90 (diff)
downloadgnunet-ba83afb38f3c6bce7a1196410f885142a03d05f8.tar.gz
gnunet-ba83afb38f3c6bce7a1196410f885142a03d05f8.zip
removed unnecessary uncommented code
Diffstat (limited to 'src/rps')
-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