diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ //! - peer discovery //! - query/response message passing model for communications //! - multiplexing transfers over a connection -//! - overlay networks: full mesh or random peer sampling using Basalt +//! - overlay networks: full mesh, and soon other methods //! //! Of particular interest, read the documentation for the `netapp::NetApp` type, //! the `message::Message` trait, and `proto::RequestPriority` to learn more |