monero/src/cryptonote_core
moneromooo-monero 9effa55311
core: bound the amount of entries in bad tx semantics cache
This is to prevent unbounded memory use. Since I don't think there
is a container that has quick insert, quick lookup, and automatic
FIFO, I use two and swap every N, clearing the oldest one.
2017-02-23 20:34:11 +00:00
..
blockchain_storage_boost_serialization.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
blockchain.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
blockchain.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
CMakeLists.txt update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
cryptonote_core.cpp core: bound the amount of entries in bad tx semantics cache 2017-02-23 20:34:11 +00:00
cryptonote_core.h core: bound the amount of entries in bad tx semantics cache 2017-02-23 20:34:11 +00:00
cryptonote_tx_utils.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
cryptonote_tx_utils.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
tx_pool.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
tx_pool.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00