This commit is contained in:
Boog900 2024-05-23 02:03:09 +01:00
parent 20f9a063ea
commit 55c744512d
No known key found for this signature in database
GPG key ID: 42AB1287CB0041C2

View file

@ -1,6 +1,6 @@
//! Cuprate's P2P Crate.
//!
//! This crate contains a [`ClientPool`](client_pool::ClientPool) which holds connected peers on a single [`NetworkZone`](monero_p2p::NetworkZone).
//! This crate contains a [`ClientPool`](client_pool::ClientPool) which holds connected peers on a single [`NetworkZone`].
//!
//! This crate also contains the different routing methods that control how messages should be sent, i.e. broadcast to all,
//! or send to a single peer.