aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tests/gnunet-ats-sim.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats-tests/gnunet-ats-sim.c')
-rw-r--r--src/ats-tests/gnunet-ats-sim.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ats-tests/gnunet-ats-sim.c b/src/ats-tests/gnunet-ats-sim.c
index 567fd7e50..0659af05d 100644
--- a/src/ats-tests/gnunet-ats-sim.c
+++ b/src/ats-tests/gnunet-ats-sim.c
@@ -257,12 +257,13 @@ static void topology_setup_done (void *cls,
257 GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_MILLISECONDS, 250), 257 GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_MILLISECONDS, 250),
258 GNUNET_ATS_PREFERENCE_BANDWIDTH); 258 GNUNET_ATS_PREFERENCE_BANDWIDTH);
259*/ 259*/
260 /*
260 GNUNET_ATS_TEST_generate_preferences_start(&masters[0],&masters[0].partners[0], 261 GNUNET_ATS_TEST_generate_preferences_start(&masters[0],&masters[0].partners[0],
261 GNUNET_ATS_TEST_TG_SINUS, 10, 5, 262 GNUNET_ATS_TEST_TG_SINUS, 10, 5,
262 GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 5), 263 GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 5),
263 GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_MILLISECONDS, 250), 264 GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_MILLISECONDS, 250),
264 GNUNET_ATS_PREFERENCE_BANDWIDTH); 265 GNUNET_ATS_PREFERENCE_BANDWIDTH);
265 266*/
266#if 0 267#if 0
267 int c_m; 268 int c_m;
268 int c_s; 269 int c_s;