Module basic_outgoing_connections

Module basic_outgoing_connections 

Source

Structs§

ConnectToInitialPeers
Node should be able to connect to all initial peers.
ConnectToInitialPeersBecomeReady
Node should be able to connect to all initial peers after they become ready.
ConnectToUnavailableInitialPeers
Node should repeat connecting to unavailable initial peer.
DontConnectToInitialPeerWithSameId
Node shouldn’t connect to a node with the same peer id even if its address specified in initial peers.
DontConnectToNodeWithSameId
Node shouldn’t establish connection with a node with the same peer_id.
DontConnectToSelfInitialPeer
Node shouldn’t connect to itself even if its address specified in initial peers.
MakeMultipleOutgoingConnections
Node should be able to create multiple outgoing connections.
MakeOutgoingConnection
Node should be able to make an outgoing connection to a listening node.

Functions§

custom_listener 🔒