aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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