Home
last modified time | relevance | path

Searched refs:RELAY_TX_CACHE_TIME (Results 1 – 7 of 7) sorted by relevance

/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/
H A Dnet_processing.cpp45 static constexpr auto RELAY_TX_CACHE_TIME = 15min; variable
4761 … g_relay_expiration.emplace_back(current_time + RELAY_TX_CACHE_TIME, ret.first); in SendMessages()
4766 … g_relay_expiration.emplace_back(current_time + RELAY_TX_CACHE_TIME, ret2.first); in SendMessages()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/
H A Dnet_processing.cpp45 static constexpr auto RELAY_TX_CACHE_TIME = 15min; variable
4761 … g_relay_expiration.emplace_back(current_time + RELAY_TX_CACHE_TIME, ret.first); in SendMessages()
4766 … g_relay_expiration.emplace_back(current_time + RELAY_TX_CACHE_TIME, ret2.first); in SendMessages()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/
H A Dnet_processing.cpp45 static constexpr auto RELAY_TX_CACHE_TIME = 15min; variable
4761 … g_relay_expiration.emplace_back(current_time + RELAY_TX_CACHE_TIME, ret.first); in SendMessages()
4766 … g_relay_expiration.emplace_back(current_time + RELAY_TX_CACHE_TIME, ret2.first); in SendMessages()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/
H A Dnet_processing.cpp46 static constexpr std::chrono::seconds RELAY_TX_CACHE_TIME{15 * 60}; variable
1725 …td::chrono::seconds longlived_mempool_time = GetTime<std::chrono::seconds>() - RELAY_TX_CACHE_TIME; in ProcessGetData()
4112 …piration.push_back(std::make_pair(nNow + std::chrono::microseconds{RELAY_TX_CACHE_TIME}.count(), r… in SendMessages()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/
H A Dnet_processing.cpp42 static constexpr std::chrono::seconds RELAY_TX_CACHE_TIME = std::chrono::minutes{15};
4491 …e_back(count_microseconds(current_time + std::chrono::microseconds{RELAY_TX_CACHE_TIME}), ret.firs… in SendMessages()
4496 …e_back(count_microseconds(current_time + std::chrono::microseconds{RELAY_TX_CACHE_TIME}), ret2.fir… in SendMessages()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/
H A Dnet_processing.cpp42 static constexpr std::chrono::seconds RELAY_TX_CACHE_TIME = std::chrono::minutes{15};
4491 …e_back(count_microseconds(current_time + std::chrono::microseconds{RELAY_TX_CACHE_TIME}), ret.firs… in SendMessages()
4496 …e_back(count_microseconds(current_time + std::chrono::microseconds{RELAY_TX_CACHE_TIME}), ret2.fir… in SendMessages()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/
H A Dnet_processing.cpp42 static constexpr std::chrono::seconds RELAY_TX_CACHE_TIME = std::chrono::minutes{15};
4491 …e_back(count_microseconds(current_time + std::chrono::microseconds{RELAY_TX_CACHE_TIME}), ret.firs… in SendMessages()
4496 …e_back(count_microseconds(current_time + std::chrono::microseconds{RELAY_TX_CACHE_TIME}), ret2.fir… in SendMessages()