From 70c9cd3c9cd052716c309a0bd9b77009318f4131 Mon Sep 17 00:00:00 2001 From: Lee Clagett Date: Sun, 27 Oct 2019 22:32:04 +0000 Subject: Change to Tx diffusion (Dandelion++ fluff) instead of flooding --- src/cryptonote_config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/cryptonote_config.h') diff --git a/src/cryptonote_config.h b/src/cryptonote_config.h index ca127c3ee..134b630f7 100644 --- a/src/cryptonote_config.h +++ b/src/cryptonote_config.h @@ -101,6 +101,9 @@ #define CRYPTONOTE_MEMPOOL_TX_LIVETIME (86400*3) //seconds, three days #define CRYPTONOTE_MEMPOOL_TX_FROM_ALT_BLOCK_LIVETIME 604800 //seconds, one week + +#define CRYPTONOTE_DANDELIONPP_FLUSH_AVERAGE 5 // seconds + // see src/cryptonote_protocol/levin_notify.cpp #define CRYPTONOTE_NOISE_MIN_EPOCH 5 // minutes #define CRYPTONOTE_NOISE_EPOCH_RANGE 30 // seconds -- cgit v1.2.3