aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-04-19 12:50:59 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-04-19 12:50:59 +0000
commit71bd1643801c12dc65a94a5ce35b0b51bce6a7c3 (patch)
treec536a23ddc152f0cd1c136548eca368537dac85f /src/transport/transport.h
parentb3c4c13375bd560114ab26016f92f9cbf8e6b814 (diff)
downloadgnunet-71bd1643801c12dc65a94a5ce35b0b51bce6a7c3.tar.gz
gnunet-71bd1643801c12dc65a94a5ce35b0b51bce6a7c3.zip
setting ats intervals to productive use settings
Diffstat (limited to 'src/transport/transport.h')
-rw-r--r--src/transport/transport.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/transport/transport.h b/src/transport/transport.h
index 1cc1f8729..c6d15ff26 100644
--- a/src/transport/transport.h
+++ b/src/transport/transport.h
@@ -31,9 +31,9 @@
31#include "gnunet_transport_service.h" 31#include "gnunet_transport_service.h"
32 32
33/* Minimum time between to calculations*/ 33/* Minimum time between to calculations*/
34#define ATS_MIN_INTERVAL GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 1) 34#define ATS_MIN_INTERVAL GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 15)
35#define ATS_EXEC_INTERVAL GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 2) 35#define ATS_EXEC_INTERVAL GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 30)
36#define ATS_MAX_EXEC_DURATION GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_MILLISECONDS, 100) 36#define ATS_MAX_EXEC_DURATION GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_MILLISECONDS, 300)
37#define ATS_MAX_ITERATIONS INT_MAX 37#define ATS_MAX_ITERATIONS INT_MAX
38 38
39#define DEBUG_TRANSPORT GNUNET_NO 39#define DEBUG_TRANSPORT GNUNET_NO