Structs§
- Connect
ToInitial Peers - Node should be able to connect to all initial peers.
- Connect
ToInitial Peers Become Ready - Node should be able to connect to all initial peers after they become ready.
- Connect
ToUnavailable Initial Peers - Node should repeat connecting to unavailable initial peer.
- Dont
Connect ToInitial Peer With Same Id - Node shouldn’t connect to a node with the same peer id even if its address specified in initial peers.
- Dont
Connect ToNode With Same Id - Node shouldn’t establish connection with a node with the same peer_id.
- Dont
Connect ToSelf Initial Peer - Node shouldn’t connect to itself even if its address specified in initial peers.
- Make
Multiple Outgoing Connections - Node should be able to create multiple outgoing connections.
- Make
Outgoing Connection - Node should be able to make an outgoing connection to a listening node.