gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit ba83afb38f3c6bce7a1196410f885142a03d05f8
parent 0a1dc873178c187ea94c5263084e3d7ec30a7c90
Author: Julius Bünger <buenger@mytum.de>
Date:   Fri, 26 Dec 2014 00:02:02 +0000

removed unnecessary uncommented code

Diffstat:
Msrc/rps/test_rps_multipeer.c | 7-------
1 file changed, 0 insertions(+), 7 deletions(-)

diff --git a/src/rps/test_rps_multipeer.c b/src/rps/test_rps_multipeer.c @@ -132,15 +132,8 @@ rps_connect_complete_cb (void *cls, return; } peer->rps_handle = rps; - //sleep(50); GNUNET_RPS_request_peers(rps, 1, handle_reply, NULL); GNUNET_RPS_request_peers(rps, 1, handle_reply, NULL); - //sleep(10000); - //GNUNET_RPS_request_peers(rps, 1, handle_reply, NULL); - //sleep(10000); - //GNUNET_RPS_request_peers(rps, 1, handle_reply, NULL); - //sleep(10000); - //GNUNET_RPS_request_peers(rps, 1, handle_reply, NULL); }