nimbus-eth1/nimbus/sync/misc
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
..
notused Prep for full sync after snap make 4 (#1282) 2022-10-27 14:49:28 +01:00
best_pivot.nim Pre functional snap to full sync (#1546) 2023-04-14 23:28:57 +01:00
block_queue.nim Pre functional snap to full sync (#1546) 2023-04-14 23:28:57 +01:00
sync_ctrl.nim Improve full sync part behaviour 4 snap sync suite (#1564) 2023-04-26 16:46:42 +01:00
ticker.nim Fix pivot setup after switch to full sync (#1562) 2023-04-25 13:24:32 +01:00
timer_helper.nim Silence compiler gossip after nim upgrade (#1454) 2023-01-30 22:10:23 +00:00