projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad3779a
)
fixed
author
Christian Grothoff
<christian@grothoff.org>
Wed, 20 Oct 2010 21:12:19 +0000
(21:12 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Wed, 20 Oct 2010 21:12:19 +0000
(21:12 +0000)
src/fs/gnunet-service-fs.c
patch
|
blob
|
history
diff --git
a/src/fs/gnunet-service-fs.c
b/src/fs/gnunet-service-fs.c
index 7be57fdde4ecbc12840d3bdebbe0fc3237dca706..e46caa93f3e8e068f5c71dc05b24ac12e7221c6b 100644
(file)
--- 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;