aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/setu/perf_setu_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/setu/perf_setu_api.c b/src/setu/perf_setu_api.c
index 132c6476a..f9d2dba18 100644
--- a/src/setu/perf_setu_api.c
+++ b/src/setu/perf_setu_api.c
@@ -447,7 +447,7 @@ static void execute_perf() {
447 //FILE *out = fopen("perfstats.log", "w"); 447 //FILE *out = fopen("perfstats.log", "w");
448 //fprintf(out, "se_diff,active_passive_switches,bytes_transmitted,rtt\n"); 448 //fprintf(out, "se_diff,active_passive_switches,bytes_transmitted,rtt\n");
449 449
450 for (int out_out_ctr = 2; out_out_ctr <= 6; out_out_ctr++) { 450 for (int out_out_ctr = 7; out_out_ctr <= 10; out_out_ctr++) {
451 451
452 for (int out_ctr = 10; out_ctr <= 60; out_ctr++) { 452 for (int out_ctr = 10; out_ctr <= 60; out_ctr++) {
453 453
@@ -469,7 +469,7 @@ static void execute_perf() {
469 GNUNET_ERROR_TYPE_ERROR, 469 GNUNET_ERROR_TYPE_ERROR,
470 _("Failed to write subsystem default identifier map to `%s'.\n"), 470 _("Failed to write subsystem default identifier map to `%s'.\n"),
471 setu_cfg); 471 setu_cfg);
472 run_petf_thread(100000); 472 run_petf_thread(10000);
473 } 473 }
474 } 474 }
475 return 0; 475 return 0;