monero/src/cryptonote_protocol
moneromooo-monero 1542d5d978
cryptonote_protocol: drop peers we can't download from when syncing
Any peer that's behind us while syncing is useless to us (though
not to them). This ensures that we don't get our peer slots filled
with peers that we can't use. Once we've synced, we can connect
to them and they can then sync off us if they want.
2019-07-04 21:57:05 +00:00
..
block_queue.cpp Update 2019 copyright 2019-03-05 22:05:34 +01:00
block_queue.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
CMakeLists.txt Update 2019 copyright 2019-03-05 22:05:34 +01:00
cryptonote_protocol_defs.h Make difficulty 128 bit instead of 64 bit 2019-03-24 21:03:19 +00:00
cryptonote_protocol_handler-base.cpp Update 2019 copyright 2019-03-05 22:05:34 +01:00
cryptonote_protocol_handler.h cryptonote_protocol: expand basic DoS protection 2019-06-14 08:48:04 +00:00
cryptonote_protocol_handler.inl cryptonote_protocol: drop peers we can't download from when syncing 2019-07-04 21:57:05 +00:00
cryptonote_protocol_handler_common.h Update 2019 copyright 2019-03-05 22:05:34 +01:00