aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_constants.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-06-27 13:37:33 +0000
committerChristian Grothoff <christian@grothoff.org>2013-06-27 13:37:33 +0000
commit64cd7cbca2bb45fbb31b19b587c7ae4118855a65 (patch)
tree124db1535340c0d91ef2e6d2adef1dd2ef006523 /src/include/gnunet_constants.h
parentd1b1c834fbb65d70fca837e1ab742e71e16adf50 (diff)
downloadgnunet-64cd7cbca2bb45fbb31b19b587c7ae4118855a65.tar.gz
gnunet-64cd7cbca2bb45fbb31b19b587c7ae4118855a65.zip
-fixing #2585: optimized layout for regex blocks
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'