Zebra/zebrad/src
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
..
bin/zebrad Create workspace skeleton based on design.md 2019-08-29 14:46:54 -07:00
commands zebrad: avoid a borrow in the ChainSync future 2020-11-17 14:56:27 -08:00
components zebrad: hack to skip alreadyverified errors 2020-11-17 14:56:27 -08:00
application.rs disable reporting url for timeout errors (#1087) 2020-09-21 16:15:09 -07:00
commands.rs Reverse displayed endianness of transaction and block hashes (#1171) 2020-10-22 07:54:02 +10:00
components.rs zebrad: document Inbound, ChainSync responsibilities 2020-09-18 18:34:25 -07:00
config.rs zebrad: more reasonable concurrent block limit 2020-11-17 14:56:27 -08:00
lib.rs add favicon to generated docs (#681) 2020-07-17 16:45:29 -07:00
prelude.rs Fix a deadlock in TokioComponent. 2020-01-15 12:06:31 -08:00