aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet_dht_profiler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/gnunet_dht_profiler.c')
-rw-r--r--src/dht/gnunet_dht_profiler.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dht/gnunet_dht_profiler.c b/src/dht/gnunet_dht_profiler.c
index 5c5479f96..bc6a08ebc 100644
--- a/src/dht/gnunet_dht_profiler.c
+++ b/src/dht/gnunet_dht_profiler.c
@@ -913,7 +913,7 @@ successor_stats_cont (void *cls,
913 913
914 successor_peer_hashmap = GNUNET_CONTAINER_multihashmap_create (num_peers, 914 successor_peer_hashmap = GNUNET_CONTAINER_multihashmap_create (num_peers,
915 GNUNET_NO); 915 GNUNET_NO);
916 916 //TODO:Check if comparison is correct.
917 if ((start_val == val) && (count == num_peers)) 917 if ((start_val == val) && (count == num_peers))
918 { 918 {
919 DEBUG("CIRCLE COMPLETED after %u tries", tries); 919 DEBUG("CIRCLE COMPLETED after %u tries", tries);
@@ -1257,7 +1257,7 @@ main (int argc, char *const *argv)
1257 delay_stats = GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 30); 1257 delay_stats = GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 30);
1258 delay_put = GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 1); 1258 delay_put = GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 1);
1259 delay_get = GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MINUTES, 1); 1259 delay_get = GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MINUTES, 1);
1260 timeout = GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MINUTES, 1); 1260 timeout = GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MINUTES, 3);
1261 replication = 1; /* default replication */ 1261 replication = 1; /* default replication */
1262 rc = 0; 1262 rc = 0;
1263 if (GNUNET_OK != 1263 if (GNUNET_OK !=