gnunet-svn
[Top][All Lists]
Advanced

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

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


From: grothoff
Subject: [GNUnet-SVN] r448 - GNUnet/src/applications/fs/ecrs
Date: Sat, 19 Mar 2005 14:37:50 -0800 (PST)

Author: grothoff
Date: 2005-03-19 14:37:49 -0800 (Sat, 19 Mar 2005)
New Revision: 448

Modified:
   GNUnet/src/applications/fs/ecrs/download.c
Log:
yet another bug

Modified: GNUnet/src/applications/fs/ecrs/download.c
===================================================================
--- GNUnet/src/applications/fs/ecrs/download.c  2005-03-19 22:36:56 UTC (rev 
447)
+++ GNUnet/src/applications/fs/ecrs/download.c  2005-03-19 22:37:49 UTC (rev 
448)
@@ -1090,7 +1090,7 @@
   perm = permute(rm->requestListIndex);
   for (i=0;i<rm->requestListIndex;i++) {
     int j = perm[i];
-    if (rm->requestList[i]->lastTimeout + TTL_DECREMENT < now) {
+    if (rm->requestList[j]->lastTimeout + TTL_DECREMENT < now) {
       int pOCWCubed;
       int pendingOverCWin = pending - rm->congestionWindow;
       if (pendingOverCWin <= 0)





reply via email to

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