From 3d36dbbfc2c9534a43272d96b5a43e893d768762 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Wed, 23 Mar 2011 10:08:24 +0000 Subject: [PATCH] disable ats debug --- src/transport/transport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ #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_YES +#define DEBUG_ATS GNUNET_NO struct ATS_info { -- 2.25.1