Does libp2p support something like static peers? Like peers that it’ll try to connect automatically and reconnect if connection drops? Would be nice if such nodes would also optionally bypass the connection limit
GossipSub has explicit_peer
that I think may help with this. Those peers will always be included in your mesh. You can also dial
a peer if you know their address, from my experience it helped with connectivity.