aboutsummaryrefslogtreecommitdiff
path: root/src/set/gnunet-service-set_union.c
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2015-12-11 19:21:11 +0000
committerFlorian Dold <florian.dold@gmail.com>2015-12-11 19:21:11 +0000
commit6735421b5aa576407844e37ce40da0e6583a7ab4 (patch)
tree2f9503ff9f73c5bb83f631a0e01bf505cfc1871d /src/set/gnunet-service-set_union.c
parent94c458d11dc2322a3e90eebbbe9a123220440a69 (diff)
downloadgnunet-6735421b5aa576407844e37ce40da0e6583a7ab4.tar.gz
gnunet-6735421b5aa576407844e37ce40da0e6583a7ab4.zip
Increase maximum IBF size a bit.
Diffstat (limited to 'src/set/gnunet-service-set_union.c')
-rw-r--r--src/set/gnunet-service-set_union.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/set/gnunet-service-set_union.c b/src/set/gnunet-service-set_union.c
index c8f3ba24b..af1aaeb81 100644
--- a/src/set/gnunet-service-set_union.c
+++ b/src/set/gnunet-service-set_union.c
@@ -18,7 +18,8 @@
18 Boston, MA 02110-1301, USA. 18 Boston, MA 02110-1301, USA.
19*/ 19*/
20/** 20/**
21 * @file set/gnunet-service-set_union.c 21 * @file set/gnunet-service-set_union.c msg->salt = htonl (op->state->salt_send);
22
22 * @brief two-peer set operations 23 * @brief two-peer set operations
23 * @author Florian Dold 24 * @author Florian Dold
24 */ 25 */
@@ -60,7 +61,7 @@
60 * Choose this value so that computing the IBF is still cheaper 61 * Choose this value so that computing the IBF is still cheaper
61 * than transmitting all values. 62 * than transmitting all values.
62 */ 63 */
63#define MAX_IBF_ORDER (16) 64#define MAX_IBF_ORDER (18)
64 65
65/** 66/**
66 * Number of buckets used in the ibf per estimated 67 * Number of buckets used in the ibf per estimated