mirror of
https://github.com/monero-project/monero.git
synced 2025-08-13 13:45:34 -04:00
Merge pull request #1263
d61bd81
add lightweight block propagation ("fluffy blocks") (Dion Ahmetaj)
This commit is contained in:
commit
5f568533aa
11 changed files with 492 additions and 11 deletions
|
@ -113,6 +113,9 @@
|
|||
#define P2P_IP_FAILS_BEFORE_BLOCK 10
|
||||
#define P2P_IDLE_CONNECTION_KILL_INTERVAL (5*60) //5 minutes
|
||||
|
||||
#define P2P_SUPPORT_FLAG_FLUFFY_BLOCKS 0x01
|
||||
#define P2P_SUPPORT_FLAGS P2P_SUPPORT_FLAG_FLUFFY_BLOCKS
|
||||
|
||||
#define ALLOW_DEBUG_COMMANDS
|
||||
|
||||
#define CRYPTONOTE_NAME "bitmonero"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue