danicoin/src/p2p
moneromooo-monero 70b8c6d77a
cryptonote_protocol: misc fixes to the new sync algorithm
Fix sync wedge corner case:
It could happen if a connection went into standby mode, while
it was the one which had requested the next span, and that span
was still waiting for the data, and that peer is not on the
main chain. Other peers can then start asking for that data
again and again, but never get it as only that forked peer does.

And various other fixes
2017-08-21 21:57:19 +01:00
..
CMakeLists.txt update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
connection_basic.cpp p2p: get net log spam down a bit 2017-08-10 14:30:42 +01:00
connection_basic.hpp some include cleanup 2017-07-31 16:36:52 +01:00
net_node.h p2p: fallback on seed nodes if we can't make a connection 2017-08-09 22:55:25 +01:00
net_node.inl cryptonote_protocol: misc fixes to the new sync algorithm 2017-08-21 21:57:19 +01:00
net_node_common.h cryptonote_protocol_handler: sync speedup 2017-08-07 09:33:04 +01:00
net_peerlist.h abstracted nework addresses 2017-05-27 11:35:54 +01:00
net_peerlist_boost_serialization.h Remove typeid use in network_address 2017-06-28 09:11:24 +01:00
network_throttle-detail.cpp some include cleanup 2017-07-31 16:36:52 +01:00
network_throttle-detail.hpp some include cleanup 2017-07-31 16:36:52 +01:00
network_throttle.cpp Merge pull request #2234 2017-08-07 15:13:07 +02:00
network_throttle.hpp Merge pull request #2234 2017-08-07 15:13:07 +02:00
p2p_protocol_defs.h Merge pull request #2234 2017-08-07 15:13:07 +02:00
stdafx.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00