gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r15024 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r15024 - gnunet/src/transport
Date: Tue, 19 Apr 2011 14:50:59 +0200

Author: wachs
Date: 2011-04-19 14:50:59 +0200 (Tue, 19 Apr 2011)
New Revision: 15024

Modified:
   gnunet/src/transport/transport.h
Log:
setting ats intervals to productive use settings


Modified: gnunet/src/transport/transport.h
===================================================================
--- gnunet/src/transport/transport.h    2011-04-19 12:18:23 UTC (rev 15023)
+++ gnunet/src/transport/transport.h    2011-04-19 12:50:59 UTC (rev 15024)
@@ -31,9 +31,9 @@
 #include "gnunet_transport_service.h"
 
 /* Minimum time between to calculations*/
-#define ATS_MIN_INTERVAL  
GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 1)
-#define ATS_EXEC_INTERVAL 
GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 2)
-#define ATS_MAX_EXEC_DURATION 
GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_MILLISECONDS, 100)
+#define ATS_MIN_INTERVAL  
GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 15)
+#define ATS_EXEC_INTERVAL 
GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 30)
+#define ATS_MAX_EXEC_DURATION 
GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_MILLISECONDS, 300)
 #define ATS_MAX_ITERATIONS INT_MAX
 
 #define DEBUG_TRANSPORT GNUNET_NO




reply via email to

[Prev in Thread] Current Thread [Next in Thread]