Hi
Can a established p2p connection between two nodes be shared and re-used between multiple ipfs daemons running in parallel on the same nodes?
Below is the specific scenario:
1- Set up a public ipfs network between two nodes and use ipfs swarm connect to establish a connection as below (that cannot connect without the relay):
Node A <--> relay <--> Node B
I believe Node A and B should be able to talk after initial connection without needing relay and it becomes
Node A <--> Node B
2- now setup a private ifs network(with swarm key) on the same pc(node) of A and B as above which runs in parallel. Can I set it up in a way that private ipfs network uses the p2p connection that was already established between two nodes A and B?