aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-05-15 21:39:13 +0000
committerChristian Grothoff <christian@grothoff.org>2010-05-15 21:39:13 +0000
commite3a7cd0f53f7a91b27b95e9b7fc0786f52c9e9ac (patch)
tree0d1e773b42ac89f1058ea466975d8940852ded36 /src/fs/fs.h
parent0e255e78a2f74e70f749431d1ab97198c572e257 (diff)
downloadgnunet-e3a7cd0f53f7a91b27b95e9b7fc0786f52c9e9ac.tar.gz
gnunet-e3a7cd0f53f7a91b27b95e9b7fc0786f52c9e9ac.zip
work on migration
Diffstat (limited to 'src/fs/fs.h')
-rw-r--r--src/fs/fs.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/fs/fs.h b/src/fs/fs.h
index 3277ea340..aff90d4fe 100644
--- a/src/fs/fs.h
+++ b/src/fs/fs.h
@@ -42,6 +42,13 @@
42#define MAX_MIGRATION_QUEUE 32 42#define MAX_MIGRATION_QUEUE 32
43 43
44/** 44/**
45 * Ratio for moving average delay calculation. The previous
46 * average goes in with a factor of (n-1) into the calculation.
47 * Must be > 0.
48 */
49#define RUNAVG_DELAY_N 16
50
51/**
45 * Size of the individual blocks used for file-sharing. 52 * Size of the individual blocks used for file-sharing.
46 */ 53 */
47#define DBLOCK_SIZE (32*1024) 54#define DBLOCK_SIZE (32*1024)