aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-07-06 15:48:30 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-07-06 15:48:30 +0000
commitd02bf95f09d87c465e2ce159bce0e9779d1d42b9 (patch)
treecf58e6b9d28d53af5108cbbdb18531fda1306fc1 /src/transport/transport.h
parent5a465c5385792ea0261b8ae8487dfe3f68196978 (diff)
downloadgnunet-d02bf95f09d87c465e2ce159bce0e9779d1d42b9.tar.gz
gnunet-d02bf95f09d87c465e2ce159bce0e9779d1d42b9.zip
ats related changes
Diffstat (limited to 'src/transport/transport.h')
-rw-r--r--src/transport/transport.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/transport/transport.h b/src/transport/transport.h
index 0e4fba731..73ebe6820 100644
--- a/src/transport/transport.h
+++ b/src/transport/transport.h
@@ -30,12 +30,6 @@
30#include "gnunet_time_lib.h" 30#include "gnunet_time_lib.h"
31#include "gnunet_transport_service.h" 31#include "gnunet_transport_service.h"
32 32
33/* Minimum time between to calculations*/
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, 30)
36#define ATS_MAX_EXEC_DURATION GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 3)
37#define ATS_MAX_ITERATIONS INT_MAX
38
39#define DEBUG_TRANSPORT 3 33#define DEBUG_TRANSPORT 3
40 34
41#define DEBUG_TRANSPORT_TIMEOUT GNUNET_NO 35#define DEBUG_TRANSPORT_TIMEOUT GNUNET_NO