gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r13331 - gnunet/src/fs


From: gnunet
Subject: [GNUnet-SVN] r13331 - gnunet/src/fs
Date: Wed, 20 Oct 2010 23:12:19 +0200

Author: grothoff
Date: 2010-10-20 23:12:19 +0200 (Wed, 20 Oct 2010)
New Revision: 13331

Modified:
   gnunet/src/fs/gnunet-service-fs.c
Log:
fixed

Modified: gnunet/src/fs/gnunet-service-fs.c
===================================================================
--- gnunet/src/fs/gnunet-service-fs.c   2010-10-20 21:06:09 UTC (rev 13330)
+++ gnunet/src/fs/gnunet-service-fs.c   2010-10-20 21:12:19 UTC (rev 13331)
@@ -203,10 +203,6 @@
    * getting a reply (only calculated over the requests for
    * which we actually got a reply).   Calculated
    * as a moving average: new_delay = ((n-1)*last_delay+curr_delay) / n
-   *
-   * FIXME: actually, this is currently the delay between us originally
-   * receiving (not forwarding!) a request and us receiving a reply from
-   * this peer (regardless of when we transmitted this request to this peer!)
    */ 
   struct GNUNET_TIME_Relative avg_delay;
 




reply via email to

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