fixed
authorChristian Grothoff <christian@grothoff.org>
Wed, 20 Oct 2010 21:12:19 +0000 (21:12 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 20 Oct 2010 21:12:19 +0000 (21:12 +0000)
src/fs/gnunet-service-fs.c

index 7be57fdde4ecbc12840d3bdebbe0fc3237dca706..e46caa93f3e8e068f5c71dc05b24ac12e7221c6b 100644 (file)
@@ -203,10 +203,6 @@ struct ConnectedPeer
    * 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;