From: Matthias Wachs Date: Thu, 24 Mar 2011 13:10:19 +0000 (+0000) Subject: (no commit message) X-Git-Tag: initial-import-from-subversion-38251~18924 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b4aca84b5f56359a4da2b2989c0550bbd21b7457;p=oweals%2Fgnunet.git --- diff --git a/src/transport/transport.h b/src/transport/transport.h index 926d99961..3b0c4d3ef 100644 --- a/src/transport/transport.h +++ b/src/transport/transport.h @@ -31,10 +31,9 @@ #include "gnunet_transport_service.h" /* Minimum time between to calculations*/ -#define ATS_MIN_INTERVAL GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_MILLISECONDS,250) -#define ATS_EXEC_INTERVAL GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS,1) - -#define DEBUG_ATS GNUNET_NO +#define ATS_MIN_INTERVAL GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_MILLISECONDS, 250) +#define ATS_EXEC_INTERVAL GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 1) +#define ATS_MAX_EXEC_DURATION GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_MILLISECONDS, 500) struct ATS_info {