summaryrefslogtreecommitdiff
path: root/tests/unit_tests/levin.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix dandelion++ fluff/stem bug with local txesLee Clagett2022-10-251-15/+84
|
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* node_server: fix race conditionanon2021-09-201-36/+77
|
* Remove payload copy in all outgoing p2p messagesLee Clagett2021-01-191-14/+98
|
* Revert "Merge pull request #7136"luigi11112021-04-161-98/+14
| | | | | This reverts commit 63c7ca07fba2f063c760f786a986fb3e02fb040e, reversing changes made to 2218e23e84a89e9a1e4c0be5d50f891ab836754f.
* Merge pull request #7136luigi11112021-04-161-14/+98
|\ | | | | | | 23aae55 Remove payload copy in all outgoing p2p messages (Lee Clagett)
| * Remove payload copy in all outgoing p2p messagesLee Clagett2021-01-161-14/+98
| |
* | Warnings: fix ut/levin.cpp missing bracesmj-xmr2021-03-271-1/+4
|/
* Command max_bytes moved from dynamic map to static switchLee Clagett2020-12-221-3/+40
|
* Add aggressive restrictions to pre-handshake p2p buffer limitLee Clagett2020-12-171-0/+1
|
* Change epee binary output from std::stringstream to byte_streamLee Clagett2020-10-101-2/+2
|
* Merge pull request #7018luigi11112020-11-291-1/+6
|\ | | | | | | a9cd5d9 cryptonote_core: dandelion - use local height or median height if syncing (xiphon)
| * cryptonote_core: dandelion - use local height or median height if syncingxiphon2020-11-251-1/+6
| |
* | Merge pull request #6973luigi11112020-11-291-0/+109
|\ \ | |/ |/| | | be84f67 Switch to Dandelion++ fluff mode if no out connections for stem mode (Lee Clagett)
| * Switch to Dandelion++ fluff mode if no out connections for stem modeLee Clagett2020-11-031-0/+109
| |
* | Better log message for unusable anon networksHoward Chu2020-11-161-1/+2
|/
* Dandelion++: skip desynced peers in stem phasexiphon2020-10-121-34/+41
|
* Merge pull request #6354Alexander Blair2020-08-091-8/+246
|\ | | | | | | 67ade8005 Add randomized delay when forwarding txes from i2p/tor -> ipv4/6 (Lee Clagett)
| * Add randomized delay when forwarding txes from i2p/tor -> ipv4/6Lee Clagett2020-05-151-8/+246
| |
* | Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | | | | | Update copyright year to 2020
* | unit_tests: fix gcc+ warningSumo Gr2020-04-181-0/+4
|/
* Adding Dandelion++ support to public networks:Lee Clagett2020-03-261-27/+1074
| | | | | | - New flag in NOTIFY_NEW_TRANSACTION to indicate stem mode - Stem loops detected in tx_pool.cpp - Embargo timeout for a blackhole attack during stem phase
* Fix receive order leakage with tx fluffingLee Clagett2020-03-101-8/+12
|
* Change to Tx diffusion (Dandelion++ fluff) instead of floodingLee Clagett2019-11-041-14/+82
|
* Fixed i2p/tor tx flooding bug (white noise disabled)Lee Clagett2019-07-291-12/+85
|
* Added support for "noise" over I1P/Tor to mask Tx transmission.Lee Clagett2019-07-171-0/+586