In real networks topology is far from full mesh. It would be nice if we could bench such topologies too.
The easiest way to achieve this is to restrict MaxPeers to 2, but we also need to be sure that each node has it's way to RPC node.
This can be achieved either with some custom docker network configuration or by explicitly blacklisting IPs inside the container.
In real networks topology is far from full mesh. It would be nice if we could bench such topologies too.
The easiest way to achieve this is to restrict
MaxPeersto 2, but we also need to be sure that each node has it's way to RPC node.This can be achieved either with some custom docker network configuration or by explicitly blacklisting IPs inside the container.