aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-04 13:32:45 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-04 13:32:45 +0000
commitf23af8a34c2abcc816cf67e6674fcf18041630b5 (patch)
treeaea05f924f38dc3a0336f6388b78d47b35ea5e87 /src/fs/gnunet-service-fs.h
parent77b6ff6328120de950fd5d7802819882455a4da1 (diff)
downloadgnunet-f23af8a34c2abcc816cf67e6674fcf18041630b5.tar.gz
gnunet-f23af8a34c2abcc816cf67e6674fcf18041630b5.zip
implementing #1785
Diffstat (limited to 'src/fs/gnunet-service-fs.h')
-rw-r--r--src/fs/gnunet-service-fs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/fs/gnunet-service-fs.h b/src/fs/gnunet-service-fs.h
index 8ba90dd22..e4efbb8f5 100644
--- a/src/fs/gnunet-service-fs.h
+++ b/src/fs/gnunet-service-fs.h
@@ -125,6 +125,11 @@ extern struct GNUNET_DHT_Handle *GSF_dht;
125extern struct GNUNET_LOAD_Value *GSF_rt_entry_lifetime; 125extern struct GNUNET_LOAD_Value *GSF_rt_entry_lifetime;
126 126
127/** 127/**
128 * Running average of the observed latency to other peers (round trip).
129 */
130extern struct GNUNET_TIME_Relative GSF_avg_latency;
131
132/**
128 * Typical priorities we're seeing from other peers right now. Since 133 * Typical priorities we're seeing from other peers right now. Since
129 * most priorities will be zero, this value is the weighted average of 134 * most priorities will be zero, this value is the weighted average of
130 * non-zero priorities seen "recently". In order to ensure that new 135 * non-zero priorities seen "recently". In order to ensure that new