nimbus-eth1/nimbus/sync/snap/worker/pass
Jordan Hrycaj e1369a7c25
Improve full sync part behaviour 4 snap sync suite (#1564)
* Set maximum time for nodes to be banned.

why:
  Useless nodes are marked zombies and banned. They a kept in a table
  until flushed out by new connections. This works well if there are many
  connections. For the case that there are a few only, a maximum time is
  set. When expired, zombies are flushed automatically.

* Suspend full sync while block number at beacon block

details:
  Also allows to use external setting from file (2nd line)

* Resume state at full sync after restart (if any)
2023-04-26 16:46:42 +01:00
..
pass_snap Improve full sync part behaviour 4 snap sync suite (#1564) 2023-04-26 16:46:42 +01:00
pass_desc.nim Code reorg 4 snap sync suite (#1560) 2023-04-24 21:24:07 +01:00
pass_full.nim Improve full sync part behaviour 4 snap sync suite (#1564) 2023-04-26 16:46:42 +01:00
pass_init.nim Improve full sync part behaviour 4 snap sync suite (#1564) 2023-04-26 16:46:42 +01:00
pass_snap.nim Improve full sync part behaviour 4 snap sync suite (#1564) 2023-04-26 16:46:42 +01:00