aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-03-23 10:08:24 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-03-23 10:08:24 +0000
commit3d36dbbfc2c9534a43272d96b5a43e893d768762 (patch)
tree688e3d937f3bd4aca5d420860877156b524fb7e1 /src/transport/transport.h
parent8b5c27aee38c09aecf76907813d0ec5917d143b3 (diff)
downloadgnunet-3d36dbbfc2c9534a43272d96b5a43e893d768762.tar.gz
gnunet-3d36dbbfc2c9534a43272d96b5a43e893d768762.zip
disable ats debug
Diffstat (limited to 'src/transport/transport.h')
-rw-r--r--src/transport/transport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/transport.h b/src/transport/transport.h
index 7dc96de68..bfe9bc094 100644
--- a/src/transport/transport.h
+++ b/src/transport/transport.h
@@ -34,7 +34,7 @@
34#define ATS_MIN_INTERVAL GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_MILLISECONDS,250) 34#define ATS_MIN_INTERVAL GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_MILLISECONDS,250)
35#define ATS_EXEC_INTERVAL GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS,1) 35#define ATS_EXEC_INTERVAL GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS,1)
36 36
37#define DEBUG_ATS GNUNET_YES 37#define DEBUG_ATS GNUNET_NO
38 38
39struct ATS_info 39struct ATS_info
40{ 40{