aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-10-18 15:33:43 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-10-18 15:33:43 +0000
commit55e893b9ebda8d834bfa6afd76b1afc28d5e7345 (patch)
tree8c826290e0ed77d7433a91580e511113a11c72c3 /src
parent2f4061710116e83083786754768bdf92a97866c0 (diff)
downloadgnunet-55e893b9ebda8d834bfa6afd76b1afc28d5e7345.tar.gz
gnunet-55e893b9ebda8d834bfa6afd76b1afc28d5e7345.zip
- relaxed to accommodate overlay linking timeouts
- increased bound on parallel overlay connects
Diffstat (limited to 'src')
-rw-r--r--src/testbed/gnunet-testbed-profiler.c15
1 files changed, 7 insertions, 8 deletions
diff --git a/src/testbed/gnunet-testbed-profiler.c b/src/testbed/gnunet-testbed-profiler.c
index f2aa0bcc8..04da08076 100644
--- a/src/testbed/gnunet-testbed-profiler.c
+++ b/src/testbed/gnunet-testbed-profiler.c
@@ -452,8 +452,10 @@ controller_event_cb (void *cls,
452 { 452 {
453 LOG (GNUNET_ERROR_TYPE_WARNING, 453 LOG (GNUNET_ERROR_TYPE_WARNING,
454 _("An operation has failed while linking\n")); 454 _("An operation has failed while linking\n"));
455 GNUNET_SCHEDULER_cancel (abort_task); 455 /* GNUNET_SCHEDULER_cancel (abort_task); */
456 abort_task = GNUNET_SCHEDULER_add_now (&do_abort, NULL); 456 /* abort_task = GNUNET_SCHEDULER_add_now (&do_abort, NULL); */
457 printf ("F");
458 fflush (stdout);
457 } 459 }
458 break; 460 break;
459 case GNUNET_TESTBED_ET_CONNECT: 461 case GNUNET_TESTBED_ET_CONNECT:
@@ -461,12 +463,9 @@ controller_event_cb (void *cls,
461 static unsigned int established_links; 463 static unsigned int established_links;
462 464
463 if (0 == established_links) 465 if (0 == established_links)
464 printf ("Establishing links\n ."); 466 printf ("Establishing links. Please wait\n");
465 else 467 printf (".");
466 { 468 fflush (stdout);
467 printf (".");
468 fflush (stdout);
469 }
470 if (++established_links == num_links) 469 if (++established_links == num_links)
471 { 470 {
472 prof_time = GNUNET_TIME_absolute_get_duration (prof_start_time); 471 prof_time = GNUNET_TIME_absolute_get_duration (prof_start_time);