aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-10-20 21:12:19 +0000
committerChristian Grothoff <christian@grothoff.org>2010-10-20 21:12:19 +0000
commita38a2fd6598a4b774a04818a521fb70c6566c387 (patch)
treef058ae41df4b6eedddb3c1f96b7a459b86c3bc68 /src/fs/gnunet-service-fs.c
parentad3779a2fa64d275160ab742e73a01781d3273ed (diff)
downloadgnunet-a38a2fd6598a4b774a04818a521fb70c6566c387.tar.gz
gnunet-a38a2fd6598a4b774a04818a521fb70c6566c387.zip
fixed
Diffstat (limited to 'src/fs/gnunet-service-fs.c')
-rw-r--r--src/fs/gnunet-service-fs.c4
1 files changed, 0 insertions, 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
203 * getting a reply (only calculated over the requests for 203 * getting a reply (only calculated over the requests for
204 * which we actually got a reply). Calculated 204 * which we actually got a reply). Calculated
205 * as a moving average: new_delay = ((n-1)*last_delay+curr_delay) / n 205 * as a moving average: new_delay = ((n-1)*last_delay+curr_delay) / n
206 *
207 * FIXME: actually, this is currently the delay between us originally
208 * receiving (not forwarding!) a request and us receiving a reply from
209 * this peer (regardless of when we transmitted this request to this peer!)
210 */ 206 */
211 struct GNUNET_TIME_Relative avg_delay; 207 struct GNUNET_TIME_Relative avg_delay;
212 208