aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_config.h
diff options
context:
space:
mode:
authorfluffypony <ric@spagni.net>2014-06-15 09:48:13 +0200
committerfluffypony <ric@spagni.net>2014-06-15 09:48:13 +0200
commit3bc16dc0e6bd38fbec51a054e640bacdb17a9a82 (patch)
tree314428685a9d8b6ce6471761c7775dc93cb19073 /src/cryptonote_config.h
parentadded checkpoint @ 80000 (diff)
downloadmonero-3bc16dc0e6bd38fbec51a054e640bacdb17a9a82.tar.xz
proper tx_pool handling from CryptoZoidberg / BBR
Diffstat (limited to 'src/cryptonote_config.h')
-rw-r--r--src/cryptonote_config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cryptonote_config.h b/src/cryptonote_config.h
index a992a9db0..295f59e51 100644
--- a/src/cryptonote_config.h
+++ b/src/cryptonote_config.h
@@ -51,6 +51,8 @@
#define BLOCKS_SYNCHRONIZING_DEFAULT_COUNT 200 //by default, blocks count in blocks downloading
#define CRYPTONOTE_PROTOCOL_HOP_RELAX_COUNT 3 //value of hop, after which we use only announce of new block
+#define CRYPTONOTE_MEMPOOL_TX_LIVETIME 86400 //seconds, one day
+#define CRYPTONOTE_MEMPOOL_TX_FROM_ALT_BLOCK_LIVETIME 604800 //seconds, one week
#define P2P_DEFAULT_PORT 18080
#define RPC_DEFAULT_PORT 18081