dce
authorChristian Grothoff <christian@grothoff.org>
Tue, 14 Jun 2011 12:10:56 +0000 (12:10 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 14 Jun 2011 12:10:56 +0000 (12:10 +0000)
src/transport/gnunet-service-transport.c

index 5f54255a62135fdb2503135156d3057485322d2d..df2ea3658b2903245d4740524dd86b0901a1195f 100644 (file)
@@ -7136,11 +7136,13 @@ ats_calculate_bandwidth_distribution ()
                return;
        }
 
-       int dur = 500;
+#if FIXME_WACHS
+       int dur;
        if (INT_MAX < ats->max_exec_duration.rel_value)
                dur = INT_MAX;
        else
                dur = (int) ats->max_exec_duration.rel_value;
+#endif
 
        ats->stat.simplex_rerun_required = GNUNET_NO;
        start = GNUNET_TIME_absolute_get();