monero/src/cryptonote_core
Lee Clagett b10878f108 Change Dandelion++ fluff probability to 20%, and embargo timeout to 39s
A 20% fluff probability increases the precision of a spy connected to
every node by 10% on average, compared to a network using 0% fluff
probability. The current value (10% fluff) should increase precision by
~5% compared to baseline.

This decreases the expected stem length from 10 to 5. The embargo
timeout was therefore lowered to 39s; the fifth node in a stem is
expected to have a 90% chance of being the first to timeout, which is
the same probability we currently have with an expected stem length of
10 nodes.
2020-11-17 21:45:37 -05:00
..
blockchain_storage_boost_serialization.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
blockchain.cpp blockchain: fix sync at v14 boundary 2020-10-18 11:52:33 +00:00
blockchain.h blockchain: deterministic UNIX time unlock checks 2020-09-15 11:40:28 +00:00
CMakeLists.txt Update copyright year to 2020 2020-05-06 22:36:54 -04:00
cryptonote_core.cpp Merge pull request #6111 2020-09-06 15:49:37 +02:00
cryptonote_core.h Dandelion++: skip desynced peers in stem phase 2020-10-12 13:44:06 +00:00
cryptonote_tx_utils.cpp core: fix mining from a block that's not the current top 2020-08-27 15:13:00 +00:00
cryptonote_tx_utils.h core: fix mining from a block that's not the current top 2020-08-27 15:13:00 +00:00
i_core_events.h Dandelion++: skip desynced peers in stem phase 2020-10-12 13:44:06 +00:00
tx_pool.cpp Change Dandelion++ fluff probability to 20%, and embargo timeout to 39s 2020-11-17 21:45:37 -05:00
tx_pool.h Merge pull request #6512 2020-07-19 03:32:59 -07:00
tx_sanity_check.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
tx_sanity_check.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00