Bitcoin ABC 0.30.3
P2P Digital Currency
|
Cache responses to addr requests to minimize privacy leak. More...
Public Attributes | |
std::vector< CAddress > | m_addrs_response_cache |
std::chrono::microseconds | m_cache_entry_expiration {0} |
Cache responses to addr requests to minimize privacy leak.
Attack example: scraping addrs in real-time may allow an attacker to infer new connections of the victim by detecting new records with fresh timestamps (per self-announcement).
std::vector<CAddress> CConnman::CachedAddrResponse::m_addrs_response_cache |
std::chrono::microseconds CConnman::CachedAddrResponse::m_cache_entry_expiration {0} |