You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 23, 2020. It is now read-only.
Implement support for different internal states for peers. For example, dropped, faulty. This issue only implements the support for the states, the definition of the states is separate.
Right now, we have handshaking and ready for messages. The states can be used in #1382 for example (?).
Motivation
Nodes have an idea of different states internally of their neighbors to support specific networking scenarios.
Requirements
Node has an internal state of handshaking
Node has an internal state of ready for messages
The text was updated successfully, but these errors were encountered:
Description
Implement support for different internal states for peers. For example,
dropped
,faulty
. This issue only implements the support for the states, the definition of the states is separate.Right now, we have
handshaking
andready for messages
. The states can be used in #1382 for example (?).Motivation
Nodes have an idea of different states internally of their neighbors to support specific networking scenarios.
Requirements
handshaking
ready for messages
The text was updated successfully, but these errors were encountered: