Structs§
- AllNodes
Connections AreSymmetric - Connections between all peers are symmetric, i.e. iff the node1 has the node2 among its active peers, then the node2 should have the node1 as its active peers.
- Connection
Stability - Two nodes should stay connected for a long period of time.
- MaxNumber
OfPeers Incoming - A Rust node’s incoming connections should be limited.
- MaxNumber
OfPeers Is1 - Two nodes with max peers = 1 can connect to each other.
- Seed
Connections AreSymmetric - Connections with other peers are symmetric for seed node, i.e. iff a node is the seed’s peer, then it has the node among its peers.
- Simultaneous
Connections - Two nodes should properly handle a situation when they are connecting to each other simultaneously.