aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_config.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-11-11 12:34:43 +0200
committerRiccardo Spagni <ric@spagni.net>2016-11-11 12:34:43 +0200
commit5f568533aab82e1febffe634da0e4013b19e7037 (patch)
treee3a15ecc15ee4275d22f54d70c7dafc3c138afde /src/cryptonote_config.h
parentMerge pull request #1312 (diff)
parentadd lightweight block propagation ("fluffy blocks") (diff)
downloadmonero-5f568533aab82e1febffe634da0e4013b19e7037.tar.xz
Merge pull request #1263
d61bd81 add lightweight block propagation ("fluffy blocks") (Dion Ahmetaj)
Diffstat (limited to 'src/cryptonote_config.h')
-rw-r--r--src/cryptonote_config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cryptonote_config.h b/src/cryptonote_config.h
index 175a5d26e..95cbf74f0 100644
--- a/src/cryptonote_config.h
+++ b/src/cryptonote_config.h
@@ -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"