buffer flow scaffolding

This commit is contained in:
Robert Habermeier
2016-11-06 19:04:30 +01:00
parent 52abbc0643
commit 44e36596c9
3 changed files with 46 additions and 4 deletions

View File

@@ -25,8 +25,8 @@
//! low-latency applications, but perfectly suitable for simple everyday
//! use-cases like sending transactions from a personal account.
//!
//! It starts by performing a header-only sync, verifying every header in
//! the chain.
//! It starts by performing a header-only sync, verifying random samples
//! of members of the chain to varying degrees.
pub mod client;
pub mod net;