aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-09-27 23:06:55 +0000
committerChristian Grothoff <christian@grothoff.org>2009-09-27 23:06:55 +0000
commitf23239f779a412049d064ad38e307b7a083baa10 (patch)
tree3cda73e0c774667b8fda61f13e770bf16543da6d /src/fs/fs.h
parentf1b9c5c115139b02cac1cae4f053792e1e5b1ccb (diff)
downloadgnunet-f23239f779a412049d064ad38e307b7a083baa10.tar.gz
gnunet-f23239f779a412049d064ad38e307b7a083baa10.zip
more work on fs service
Diffstat (limited to 'src/fs/fs.h')
-rw-r--r--src/fs/fs.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/fs/fs.h b/src/fs/fs.h
index 002ffb6b3..a9fa712c6 100644
--- a/src/fs/fs.h
+++ b/src/fs/fs.h
@@ -75,6 +75,19 @@
75#define TTL_DECREMENT 5000 75#define TTL_DECREMENT 5000
76 76
77/** 77/**
78 * Length of the P2P success tracker. Note that
79 * having a very long list can also hurt performance.
80 */
81#define P2P_SUCCESS_LIST_SIZE 8
82
83
84/**
85 * Length of the CS-2-P success tracker. Note that
86 * having a very long list can also hurt performance.
87 */
88#define CS2P_SUCCESS_LIST_SIZE 8
89
90/**
78 * How long are we willing to wait for the datastore to be ready to 91 * How long are we willing to wait for the datastore to be ready to
79 * process a request for a query without priority? 92 * process a request for a query without priority?
80 */ 93 */