aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests/levin.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-19Remove payload copy in all outgoing p2p messagesLee Clagett1-14/+98
2021-04-16Revert "Merge pull request #7136"luigi11111-98/+14
2021-04-16Merge pull request #7136luigi11111-14/+98
2021-03-27Warnings: fix ut/levin.cpp missing bracesmj-xmr1-1/+4
2021-01-16Remove payload copy in all outgoing p2p messagesLee Clagett1-14/+98
2020-12-22Command max_bytes moved from dynamic map to static switchLee Clagett1-3/+40
2020-12-17Add aggressive restrictions to pre-handshake p2p buffer limitLee Clagett1-0/+1
2020-10-10Change epee binary output from std::stringstream to byte_streamLee Clagett1-2/+2
2020-11-29Merge pull request #7018luigi11111-1/+6
2020-11-29Merge pull request #6973luigi11111-0/+109
2020-11-25cryptonote_core: dandelion - use local height or median height if syncingxiphon1-1/+6
2020-11-16Better log message for unusable anon networksHoward Chu1-1/+2
2020-11-03Switch to Dandelion++ fluff mode if no out connections for stem modeLee Clagett1-0/+109
2020-10-12Dandelion++: skip desynced peers in stem phasexiphon1-34/+41
2020-08-09Merge pull request #6354Alexander Blair1-8/+246
2020-05-15Add randomized delay when forwarding txes from i2p/tor -> ipv4/6Lee Clagett1-8/+246
2020-05-06Update copyright year to 2020SomaticFanatic1-1/+1
2020-04-18unit_tests: fix gcc+ warningSumo Gr1-0/+4
2020-03-26Adding Dandelion++ support to public networks:Lee Clagett1-27/+1074
2020-03-10Fix receive order leakage with tx fluffingLee Clagett1-8/+12
2019-11-04Change to Tx diffusion (Dandelion++ fluff) instead of floodingLee Clagett1-14/+82
2019-07-29Fixed i2p/tor tx flooding bug (white noise disabled)Lee Clagett1-12/+85
2019-07-17Added support for "noise" over I1P/Tor to mask Tx transmission.Lee Clagett1-0/+586