gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r16204 - gnunet/src/core


From: gnunet
Subject: [GNUnet-SVN] r16204 - gnunet/src/core
Date: Tue, 26 Jul 2011 17:10:12 +0200

Author: grothoff
Date: 2011-07-26 17:10:12 +0200 (Tue, 26 Jul 2011)
New Revision: 16204

Modified:
   gnunet/src/core/test_core_api_reliability.c
   gnunet/src/core/test_core_quota_compliance.c
Log:
can and should use longer timeout here

Modified: gnunet/src/core/test_core_api_reliability.c
===================================================================
--- gnunet/src/core/test_core_api_reliability.c 2011-07-26 14:56:37 UTC (rev 
16203)
+++ gnunet/src/core/test_core_api_reliability.c 2011-07-26 15:10:12 UTC (rev 
16204)
@@ -54,10 +54,8 @@
 
 /**
  * What delay do we request from the core service for transmission?
- * Any value smaller than the CORK delay will disable CORKing, which
- * is what we want here.
  */
-#define FAST_TIMEOUT GNUNET_TIME_relative_divide 
(GNUNET_CONSTANTS_MAX_CORK_DELAY, 2)
+#define FAST_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 
5)
 
 #define MTYPE 12345
 

Modified: gnunet/src/core/test_core_quota_compliance.c
===================================================================
--- gnunet/src/core/test_core_quota_compliance.c        2011-07-26 14:56:37 UTC 
(rev 16203)
+++ gnunet/src/core/test_core_quota_compliance.c        2011-07-26 15:10:12 UTC 
(rev 16204)
@@ -56,10 +56,8 @@
 
 /**
  * What delay do we request from the core service for transmission?
- * Any value smaller than the CORK delay will disable CORKing, which
- * is what we want here.
  */
-#define FAST_TIMEOUT GNUNET_TIME_relative_divide 
(GNUNET_CONSTANTS_MAX_CORK_DELAY, 2)
+#define FAST_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 
5)
 
 #define MTYPE 12345
 #define MESSAGESIZE 1024




reply via email to

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