aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_constants.h')
-rw-r--r--src/include/gnunet_constants.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/gnunet_constants.h b/src/include/gnunet_constants.h
index e817c470f..3a80c26be 100644
--- a/src/include/gnunet_constants.h
+++ b/src/include/gnunet_constants.h
@@ -119,6 +119,11 @@ extern "C"
119 */ 119 */
120#define GNUNET_CONSTANTS_MAX_ENCRYPTED_MESSAGE_SIZE (63 * 1024) 120#define GNUNET_CONSTANTS_MAX_ENCRYPTED_MESSAGE_SIZE (63 * 1024)
121 121
122/**
123 * Largest block that can be stored in the DHT.
124 */
125#define GNUNET_CONSTANTS_MAX_BLOCK_SIZE (62 * 1024)
126
122 127
123/** 128/**
124 * K-value that must be used for the bloom filters in 'GET' 129 * K-value that must be used for the bloom filters in 'GET'