From a38a2fd6598a4b774a04818a521fb70c6566c387 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 20 Oct 2010 21:12:19 +0000 Subject: [PATCH] fixed --- src/fs/gnunet-service-fs.c | 4 ---- 1 file changed, 4 deletions(-) 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; -- 2.25.1