check
[oweals/gnunet.git] / src / include / gnunet_transport_service.h
index a72a3b4673c92d17bfb56e46f5d68661e6844634..0fbbf12f0f505fa088d346470ba6d0cc4680f8b6 100644 (file)
@@ -390,27 +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
-
-struct ATS_info
-{
-       struct GNUNET_CONTAINER_MultiHashMap * peers;
-       struct GNUNET_TIME_Absolute last;
-       struct GNUNET_TIME_Relative min_delta;
-       struct GNUNET_TIME_Relative reg_delta;
-
-       GNUNET_SCHEDULER_TaskIdentifier ats_task;
-};
-
-struct ATS_peer
-{
-       struct GNUNET_PeerIdentity peer;
-};
-
 
 
 /**