cuprate/p2p/monero-p2p/src
Boog900 93372fa4b5
P2P Address book & Handshake changes (#89)
* use tokio's delay queue for bans

* document handles

* remove peers from address book when retrieving

* ping inbound peers during handshakes

* support receiving pings during handshakes

* add peer to anchor before reducing whit list

* clippy

* comment handshakes

* typos

* sort `use`

* use `rand::prelude::*`

* review comments

* update macro
2024-03-20 20:58:12 +00:00
..
client P2P Address book & Handshake changes (#89) 2024-03-20 20:58:12 +00:00
network_zones P2P Address book & Handshake changes (#89) 2024-03-20 20:58:12 +00:00
protocol return the Client after a handshake 2024-01-13 00:07:35 +00:00
client.rs Add typos + cargo doc CI (#32) 2024-02-15 16:03:04 +00:00
error.rs return the Client after a handshake 2024-01-13 00:07:35 +00:00
handles.rs P2P Address book & Handshake changes (#89) 2024-03-20 20:58:12 +00:00
lib.rs P2P Address book & Handshake changes (#89) 2024-03-20 20:58:12 +00:00
network_zones.rs move address book to separate crate. 2023-12-08 15:03:01 +00:00
protocol.rs return the Client after a handshake 2024-01-13 00:07:35 +00:00
services.rs P2P Address book & Handshake changes (#89) 2024-03-20 20:58:12 +00:00