diff options
author | fluffypony <ric@spagni.net> | 2014-06-15 09:48:13 +0200 |
---|---|---|
committer | fluffypony <ric@spagni.net> | 2014-06-15 09:48:13 +0200 |
commit | 3bc16dc0e6bd38fbec51a054e640bacdb17a9a82 (patch) | |
tree | 314428685a9d8b6ce6471761c7775dc93cb19073 /src/cryptonote_config.h | |
parent | added checkpoint @ 80000 (diff) | |
download | monero-3bc16dc0e6bd38fbec51a054e640bacdb17a9a82.tar.xz |
proper tx_pool handling from CryptoZoidberg / BBR
Diffstat (limited to 'src/cryptonote_config.h')
-rw-r--r-- | src/cryptonote_config.h | 2 |
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 |