check
[oweals/gnunet.git] / src / include / gnunet_transport_service.h
index 04b0f5a33b3ff5cd055d7ace2fa0c96f35fb1501..0fbbf12f0f505fa088d346470ba6d0cc4680f8b6 100644 (file)
@@ -390,11 +390,6 @@ struct GNUNET_TRANSPORT_ATS_Information
   uint32_t value;
 };
 
-/* 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
 
 
 /**