Zebra/zebrad
Henry de Valence d2fc01755b zebrad: more reasonable concurrent block limit
This helps prevent overloading the network with too many concurrent
block requests.  On a fast network, we're likely to still have enough
room to saturate our bandwidth.  In the worst case, with 2MB blocks,
downloading 50 blocks concurrently is 100MB of queued downloads.  If we
need to download this in 20 seconds to avoid peer connection timeouts,
the implied worst-case minimum speed is 5MB/s.  In practice, this
minimum speed will likely be much lower.
2020-11-17 14:56:27 -08:00
..
src zebrad: more reasonable concurrent block limit 2020-11-17 14:56:27 -08:00
systemd add systemd service file 2020-10-14 15:33:00 -04:00
tests Allow some new clippy nightly lints 2020-11-17 10:07:37 +10:00
Cargo.toml build(deps): bump once_cell from 1.5.1 to 1.5.2 2020-11-13 14:48:11 -05:00
README.md Create workspace skeleton based on design.md 2019-08-29 14:46:54 -07:00

README.md

Zebrad

Zebrad is an application.

Getting Started

This application is authored using Abscissa, a Rust application framework.

For more information, see:

Documentation