danicoin/src/cryptonote_protocol
moneromooo-monero f57ee382b8
cryptonote_protocol: retry stale spans early
Connections can be dropped by the net_node layer,
unbeknownst to cryptonote_protocol, which would then
not flush any spans scheduled to that connection,
which would cause it to be only downloaded again
once it becomes the next span (possibly after a small
delay if it had been requested less than 5 seconds
ago).
2017-08-07 09:33:17 +01:00
..
blobdatatype.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
block_queue.cpp cryptonote_protocol: retry stale spans early 2017-08-07 09:33:17 +01:00
block_queue.h cryptonote_protocol: retry stale spans early 2017-08-07 09:33:17 +01:00
CMakeLists.txt update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
cryptonote_protocol_defs.h cryptonote_protocol_handler: sync speedup 2017-08-07 09:33:04 +01:00
cryptonote_protocol_handler-base.cpp cryptonote_protocol: light cleanup 2017-08-07 09:33:14 +01:00
cryptonote_protocol_handler.h cryptonote_protocol_handler: sync speedup 2017-08-07 09:33:04 +01:00
cryptonote_protocol_handler.inl cryptonote_protocol: retry stale spans early 2017-08-07 09:33:17 +01:00
cryptonote_protocol_handler_common.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00