From: Christian Grothoff Date: Wed, 20 Oct 2010 21:12:19 +0000 (+0000) Subject: fixed X-Git-Tag: initial-import-from-subversion-38251~20012 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a38a2fd6598a4b774a04818a521fb70c6566c387;p=oweals%2Fgnunet.git fixed --- diff --git a/src/fs/gnunet-service-fs.c b/src/fs/gnunet-service-fs.c index 7be57fdde..e46caa93f 100644 --- a/src/fs/gnunet-service-fs.c +++ b/src/fs/gnunet-service-fs.c @@ -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;