monero/src/cryptonote_core
moneromooo-monero 932994c0cb
Relay transactions when they linger too long in the pool
The last relayed time of a transaction is maintained, and
transactions will be relayed again if they are still in the
pool after a certain amount of time, which increases with
the transaction's age. All such transactions are resent,
whether or not they originated on the local node.
2015-11-21 00:56:21 +00:00
..
account.cpp
account.h
account_boost_serialization.h
blockchain.cpp Relay transactions when they linger too long in the pool 2015-11-21 00:56:21 +00:00
blockchain.h
blockchain_storage.cpp
blockchain_storage.h
blockchain_storage_boost_serialization.h
checkpoints.cpp Fixes segfault in Blockchain::handle_alternative_block 2015-01-09 05:56:51 -05:00
checkpoints.h
checkpoints_create.cpp
checkpoints_create.h
CMakeLists.txt
connection_context.h
cryptonote_basic.h
cryptonote_basic_impl.cpp
cryptonote_basic_impl.h
cryptonote_boost_serialization.h
cryptonote_core.cpp Relay transactions when they linger too long in the pool 2015-11-21 00:56:21 +00:00
cryptonote_core.h Relay transactions when they linger too long in the pool 2015-11-21 00:56:21 +00:00
cryptonote_format_utils.cpp
cryptonote_format_utils.h
cryptonote_stat_info.h
difficulty.cpp
difficulty.h More changes for 2-min blocks 2015-11-13 00:37:35 -08:00
hardfork.cpp hardfork: add a get_ideal_version(uint64_t) function 2015-11-10 09:45:51 +00:00
hardfork.h
miner.cpp
miner.h year updated in license 2015-01-02 18:52:46 +02:00
tx_extra.h
tx_pool.cpp
tx_pool.h
verification_context.h