summaryrefslogtreecommitdiff
path: root/src/cryptonote_protocol/levin_notify.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Dandelion++: skip desynced peers in stem phasexiphon2020-10-121-18/+22
|
* Merge pull request #6354Alexander Blair2020-08-091-5/+13
|\ | | | | | | 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-5/+13
| |
* | Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
|/ | | | Update copyright year to 2020
* Adding Dandelion++ support to public networks:Lee Clagett2020-03-261-49/+161
| | | | | | - 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
* Merge pull request #6381luigi11112020-04-041-0/+3
|\ | | | | | | e719760 Fix receive order leakage with tx fluffing (vtnerd)
| * Fix receive order leakage with tx fluffingLee Clagett2020-03-101-0/+3
| |
* | Added logging for dropped local txes with no i2p/tor connectionsLee Clagett2020-03-071-4/+17
|/
* network: log traffic and add a simple traffic analysis scriptmoneromooo-monero2020-01-261-0/+16
|
* Change to Tx diffusion (Dandelion++ fluff) instead of floodingLee Clagett2019-11-041-39/+151
|
* Fixed i2p/tor tx flooding bug (white noise disabled)Lee Clagett2019-07-291-6/+11
|
* Added support for "noise" over I1P/Tor to mask Tx transmission.Lee Clagett2019-07-171-0/+574