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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/fs_api.h b/src/fs/fs_api.h
index 0228e37ce..050d5f46c 100644
--- a/src/fs/fs_api.h
+++ b/src/fs/fs_api.h
@@ -35,7 +35,7 @@
35#include "fs.h" 35#include "fs.h"
36 36
37/** 37/**
38 * Pick a multiple of 2 here to achive 8-byte alignment! We also 38 * Pick a multiple of 2 here to achieve 8-byte alignment! We also
39 * probably want DBlocks to have (roughly) the same size as IBlocks. 39 * probably want DBlocks to have (roughly) the same size as IBlocks.
40 * 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
41 * byte = 2 * 512 bits). DO NOT CHANGE! 41 * byte = 2 * 512 bits). DO NOT CHANGE!
@@ -1141,7 +1141,7 @@ struct GNUNET_FS_Handle
1141 1141
1142 /** 1142 /**
1143 * Average time we take for a single request to be satisfied. 1143 * Average time we take for a single request to be satisfied.
1144 * FIXME: not yet calcualted properly... 1144 * FIXME: not yet calculated properly...
1145 */ 1145 */
1146 struct GNUNET_TIME_Relative avg_block_latency; 1146 struct GNUNET_TIME_Relative avg_block_latency;
1147 1147