aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs_api.h')
-rw-r--r--src/fs/fs_api.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/fs/fs_api.h b/src/fs/fs_api.h
index 83e8c3801..441e4fa9b 100644
--- a/src/fs/fs_api.h
+++ b/src/fs/fs_api.h
@@ -35,11 +35,6 @@
35#include "fs.h" 35#include "fs.h"
36 36
37/** 37/**
38 * Size of the individual blocks used for file-sharing.
39 */
40#define DBLOCK_SIZE (32*1024)
41
42/**
43 * Pick a multiple of 2 here to achive 8-byte alignment! We also 38 * Pick a multiple of 2 here to achive 8-byte alignment! We also
44 * probably want DBlocks to have (roughly) the same size as IBlocks. 39 * probably want DBlocks to have (roughly) the same size as IBlocks.
45 * With SHA-512, the optimal value is 32768 byte / 128 byte = 256 (128 40 * With SHA-512, the optimal value is 32768 byte / 128 byte = 256 (128
@@ -206,10 +201,11 @@ struct GNUNET_FS_Uri
206 struct GNUNET_CRYPTO_EccPublicKey ns; 201 struct GNUNET_CRYPTO_EccPublicKey ns;
207 202
208 /** 203 /**
209 * Human-readable identifier chosen for this 204 * Human-readable identifier chosen for this entry in the
210 * entry in the namespace. 205 * namespace.
211 */ 206 */
212 char *identifier; 207 char *identifier;
208
213 } sks; 209 } sks;
214 210
215 /** 211 /**