status-im / nim-eth

Common utilities for Ethereum
https://nimbus.status.im
Apache License 2.0
83 stars 31 forks source link

Fix potential uTP clock drift overflow #726

Closed kdeme closed 2 months ago

kdeme commented 2 months ago

Fix for this overflow: https://github.com/status-im/nimbus-eth1/issues/2269

Created also an issue as this part of code is way to tricky and the algo is not very clear in what it does and to which effect: https://github.com/status-im/nim-eth/issues/727