[bisq-network/bisq] Improve BSQ block requests (#3094)

Florian Reimair notifications at github.com
Thu Sep 12 14:40:27 UTC 2019


> Currently we request BSQ blocks from only one seed node.

it is quite hard to change that behavior, because we only request "from blockheight" (without "until blockheight"). So if we query multiple seednodes at the same time, we create a much higher network load

> If it fails there is a rather long timeout 

This is what I found until now (for documentation purposes):
if the first attempt fails, the retry timer engages. there are different possible outcomes:
- if the desired connection already exists
   - everything works as expected -> rarely
   - although we get the data we asked for, the retry timer keeps on going -> more often
- a new connection has to be created
   - it tends to not have the required capabilities


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/issues/3094#issuecomment-530857372
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190912/ee4a2b00/attachment.html>


More information about the bisq-github mailing list