danicoin/src/p2p
Dion Ahmetaj d61bd8187e add lightweight block propagation ("fluffy blocks")
Added a new command to the P2P protocol definitions to allow querying for support flags.

Implemented handling of new support flags command in net_node. Changed for_each callback template to include support flags. Updated print_connections command to show peer support flags.

Added p2p constant for signaling fluffy block support.

Added get_pool_transaction function to cryptnote_core.

Added new commands to cryptonote protocol for relaying fluffy blocks.

Implemented handling of fluffy block command in cryptonote protocol.

Enabled fluffy block support in node initial configuration.

Implemented get_testnet function in cryptonote_core.

Made it so that fluffy blocks only run on testnet.
2016-11-09 14:24:27 -05:00
..
CMakeLists.txt Cleanup. Dropped "bit" from bitmonero. 2016-09-26 17:35:10 -04:00
connection_basic.cpp Merge pull request #846 2016-06-19 21:25:52 +02:00
connection_basic.hpp src: p2p: add exception spec to throwing destructors 2016-05-18 01:02:21 -04:00
data_logger.cpp src: p2p: add exception spec to throwing destructors 2016-05-18 01:02:21 -04:00
data_logger.hpp src: p2p: add exception spec to throwing destructors 2016-05-18 01:02:21 -04:00
net_node.h add lightweight block propagation ("fluffy blocks") 2016-11-09 14:24:27 -05:00
net_node.inl add lightweight block propagation ("fluffy blocks") 2016-11-09 14:24:27 -05:00
net_node_common.h add lightweight block propagation ("fluffy blocks") 2016-11-09 14:24:27 -05:00
net_peerlist.h updated copyright year 2015-12-31 08:39:56 +02:00
net_peerlist_boost_serialization.h updated copyright year 2015-12-31 08:39:56 +02:00
network_throttle-detail.cpp Use boost::thread instead of std::thread 2016-03-11 15:09:50 +00:00
network_throttle-detail.hpp updated copyright year 2015-12-31 08:39:56 +02:00
network_throttle.cpp Use boost::thread instead of std::thread 2016-03-11 15:09:50 +00:00
network_throttle.hpp Use boost::thread instead of std::thread 2016-03-11 15:09:50 +00:00
p2p_protocol_defs.h add lightweight block propagation ("fluffy blocks") 2016-11-09 14:24:27 -05:00
stdafx.h updated copyright year 2015-12-31 08:39:56 +02:00