aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-29 10:19:43 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-29 10:19:43 +0000
commitcddbdf5b928c68ab71b40c950b9f01ea68a9fbdb (patch)
treeb704e00a3af618b2cd174a7f89514eaebd82a1cf /src/fs/gnunet-service-fs.c
parentbb4fc4f4007988874f910d4de5492f9629301641 (diff)
downloadgnunet-cddbdf5b928c68ab71b40c950b9f01ea68a9fbdb.tar.gz
gnunet-cddbdf5b928c68ab71b40c950b9f01ea68a9fbdb.zip
run indent twice, it alternates between two 'canonical' forms, also run whitespace remover
Diffstat (limited to 'src/fs/gnunet-service-fs.c')
-rw-r--r--src/fs/gnunet-service-fs.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/fs/gnunet-service-fs.c b/src/fs/gnunet-service-fs.c
index 0457607d5..2e3c7742f 100644
--- a/src/fs/gnunet-service-fs.c
+++ b/src/fs/gnunet-service-fs.c
@@ -24,7 +24,7 @@
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 * 25 *
26 * To use: 26 * To use:
27 * - consider re-issue GSF_dht_lookup_ after non-DHT reply received 27 * - consider re-issue GSF_dht_lookup_ after non-DHT reply received
28 * - implement 'SUPPORT_DELAYS' 28 * - implement 'SUPPORT_DELAYS'
29 * 29 *
30 */ 30 */
@@ -59,7 +59,7 @@
59 59
60 60
61/** 61/**
62 * How quickly do we age cover traffic? At the given 62 * How quickly do we age cover traffic? At the given
63 * time interval, remaining cover traffic counters are 63 * time interval, remaining cover traffic counters are
64 * decremented by 1/16th. 64 * decremented by 1/16th.
65 */ 65 */
@@ -106,13 +106,13 @@ struct GNUNET_LOAD_Value *GSF_rt_entry_lifetime;
106double GSF_current_priorities; 106double GSF_current_priorities;
107 107
108/** 108/**
109 * How many query messages have we received 'recently' that 109 * How many query messages have we received 'recently' that
110 * have not yet been claimed as cover traffic? 110 * have not yet been claimed as cover traffic?
111 */ 111 */
112unsigned int GSF_cover_query_count; 112unsigned int GSF_cover_query_count;
113 113
114/** 114/**
115 * How many content messages have we received 'recently' that 115 * How many content messages have we received 'recently' that
116 * have not yet been claimed as cover traffic? 116 * have not yet been claimed as cover traffic?
117 */ 117 */
118unsigned int GSF_cover_content_count; 118unsigned int GSF_cover_content_count;
@@ -192,8 +192,8 @@ GSF_update_datastore_delay_ (struct GNUNET_TIME_Absolute start)
192/** 192/**
193 * Test if the DATABASE (GET) load on this peer is too high 193 * Test if the DATABASE (GET) load on this peer is too high
194 * to even consider processing the query at 194 * to even consider processing the query at
195 * all. 195 * all.
196 * 196 *
197 * @return GNUNET_YES if the load is too high to do anything (load high) 197 * @return GNUNET_YES if the load is too high to do anything (load high)
198 * GNUNET_NO to process normally (load normal) 198 * GNUNET_NO to process normally (load normal)
199 * GNUNET_SYSERR to process for free (load low) 199 * GNUNET_SYSERR to process for free (load low)
@@ -311,7 +311,7 @@ handle_p2p_get (void *cls, const struct GNUNET_PeerIdentity *other,
311/** 311/**
312 * We're done with the local lookup, now consider 312 * We're done with the local lookup, now consider
313 * P2P processing (depending on request options and 313 * P2P processing (depending on request options and
314 * result status). Also signal that we can now 314 * result status). Also signal that we can now
315 * receive more request information from the client. 315 * receive more request information from the client.
316 * 316 *
317 * @param cls the client doing the request ('struct GNUNET_SERVER_Client') 317 * @param cls the client doing the request ('struct GNUNET_SERVER_Client')