aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_pr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-service-fs_pr.c')
-rw-r--r--src/fs/gnunet-service-fs_pr.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/fs/gnunet-service-fs_pr.c b/src/fs/gnunet-service-fs_pr.c
index 150dd72e2..a5db4b6b7 100644
--- a/src/fs/gnunet-service-fs_pr.c
+++ b/src/fs/gnunet-service-fs_pr.c
@@ -49,7 +49,7 @@
49/** 49/**
50 * Bandwidth value of a 0-priority content (must be fairly high 50 * Bandwidth value of a 0-priority content (must be fairly high
51 * compared to query since content is typically significantly larger 51 * compared to query since content is typically significantly larger
52 * -- and more valueable since it can take many queries to get one 52 * -- and more valuable since it can take many queries to get one
53 * piece of content). 53 * piece of content).
54 */ 54 */
55#define CONTENT_BANDWIDTH_VALUE 800 55#define CONTENT_BANDWIDTH_VALUE 800
@@ -60,7 +60,7 @@
60#define MAX_RESULTS (100 * 1024) 60#define MAX_RESULTS (100 * 1024)
61 61
62/** 62/**
63 * Collect an instane number of statistics? May cause excessive IPC. 63 * Collect an instance number of statistics? May cause excessive IPC.
64 */ 64 */
65#define INSANE_STATISTICS GNUNET_NO 65#define INSANE_STATISTICS GNUNET_NO
66 66
@@ -241,7 +241,7 @@ static unsigned long long max_pending_requests = (32 * 1024);
241 * will create a new bloom filter from scratch, so it should only be 241 * will create a new bloom filter from scratch, so it should only be
242 * called if we have no bloomfilter at all (and hence can create a 242 * called if we have no bloomfilter at all (and hence can create a
243 * fresh one of minimal size without problems) OR if our peer is the 243 * fresh one of minimal size without problems) OR if our peer is the
244 * initiator (in which case we may resize to larger than mimimum size). 244 * initiator (in which case we may resize to larger than minimum size).
245 * 245 *
246 * @param type type of the request 246 * @param type type of the request
247 * @param pr request for which the BF is to be recomputed 247 * @param pr request for which the BF is to be recomputed
@@ -287,7 +287,7 @@ refresh_bloomfilter (enum GNUNET_BLOCK_Type type, struct GSF_PendingRequest *pr)
287 * @param bf_size number of bytes in @a bf_data 287 * @param bf_size number of bytes in @a bf_data
288 * @param mingle mingle value for bf 288 * @param mingle mingle value for bf
289 * @param anonymity_level desired anonymity level 289 * @param anonymity_level desired anonymity level
290 * @param priority maximum outgoing cummulative request priority to use 290 * @param priority maximum outgoing cumulative request priority to use
291 * @param ttl current time-to-live for the request 291 * @param ttl current time-to-live for the request
292 * @param sender_pid peer ID to use for the sender when forwarding, 0 for none 292 * @param sender_pid peer ID to use for the sender when forwarding, 0 for none
293 * @param origin_pid peer ID of origin of query (do not loop back) 293 * @param origin_pid peer ID of origin of query (do not loop back)