mirror of
https://github.com/monero-project/monero.git
synced 2025-08-12 22:05:31 -04:00
proper tx_pool handling from CryptoZoidberg / BBR
This commit is contained in:
parent
0ddbd20129
commit
3bc16dc0e6
4 changed files with 36 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue