gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r2262 - GNUnet/src/applications/fs/ecrs


From: grothoff
Subject: [GNUnet-SVN] r2262 - GNUnet/src/applications/fs/ecrs
Date: Sat, 19 Nov 2005 10:11:14 -0800 (PST)

Author: grothoff
Date: 2005-11-19 10:11:13 -0800 (Sat, 19 Nov 2005)
New Revision: 2262

Modified:
   GNUnet/src/applications/fs/ecrs/download.c
Log:
trying to fix gnunet-download perf problem

Modified: GNUnet/src/applications/fs/ecrs/download.c
===================================================================
--- GNUnet/src/applications/fs/ecrs/download.c  2005-11-19 17:08:44 UTC (rev 
2261)
+++ GNUnet/src/applications/fs/ecrs/download.c  2005-11-19 18:11:13 UTC (rev 
2262)
@@ -1135,8 +1135,8 @@
           /* avoid no-start: override congestionWindow occasionally... */
           (0 == randomi(rm->requestListIndex *
                         pOCWCubed)) ) {
-       delta = (rm->requestList[j]->lastTimeout - now) + 10 * cronMILLIS;
        issueRequest(rm, j);
+       delta = (rm->requestList[j]->lastTimeout - now) + TTL_DECREMENT;
        pending++;
       } else { 
        delta = 0;





reply via email to

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