EOSIO / eos

An open source smart contract platform
https://developers.eos.io/manuals/eos
MIT License
11.29k stars 3.6k forks source link

sync to chain in high latency net #11078

Open shahabi8 opened 2 years ago

shahabi8 commented 2 years ago

Change Description

This PR adds network latency to net_plugin such that in p2p connection with latency syncing node can be always behind its peer node, therefore it should recognize network latency and avoids sending notice message of Lib catch up to syncing node.

Change Type

Select ONE:

Testing Changes

Select ANY that apply:

Consensus Changes

API Changes

Documentation Additions