summaryrefslogtreecommitdiff
path: root/src/cryptonote_protocol/levin_notify.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* node_server: fix race conditionanon2021-09-201-11/+43
|
* Remove payload copy in all outgoing p2p messagesLee Clagett2021-01-191-16/+7
|
* Revert "Merge pull request #7136"luigi11112021-04-161-7/+16
| | | | | This reverts commit 63c7ca07fba2f063c760f786a986fb3e02fb040e, reversing changes made to 2218e23e84a89e9a1e4c0be5d50f891ab836754f.
* Remove payload copy in all outgoing p2p messagesLee Clagett2021-01-161-16/+7
|
* Merge pull request #7236luigi11112021-01-151-9/+1
|\ | | | | | | ab5e185 protocol: fix wrong command in logs (moneromooo-monero)
| * protocol: fix wrong command in logsmoneromooo-monero2020-12-301-9/+1
| | | | | | | | this is not a levin packet, this is just its payload
* | Add aggressive restrictions to pre-handshake p2p buffer limitLee Clagett2020-12-171-1/+1
|/
* Merge pull request #7075luigi11112020-12-191-2/+0
|\ | | | | | | | | f3c0d4f protocol: remove unused (and cunningly uninitialized) field (moneromooo-monero) 8e62362 p2p: ifx getting seed nodes for uncommon cases (moneromooo-monero)
| * protocol: remove unused (and cunningly uninitialized) fieldmoneromooo-monero2020-12-151-2/+0
| |
* | Change epee binary output from std::stringstream to byte_streamLee Clagett2020-10-101-8/+9
|/
* Fix tx flush callback queueingLee Clagett2020-10-061-23/+12
|
* Merge pull request #7018luigi11112020-11-291-8/+50
|\ | | | | | | 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-8/+50
| |
* | Merge pull request #6973luigi11112020-11-291-6/+4
|\ \ | |/ |/| | | 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-6/+4
| |
* | Better log message for unusable anon networksHoward Chu2020-11-161-12/+15
|/
* 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