**When multiple-networks mode is enabled:** - [ ] Refactor the API to return a mapping from network to a list of Peer2PeerConnection objects. - [ ] Remove network details from individual (inner struct) connlist connection objects. - [ ] Consider computing allowed connections per network, rather than aggregating them across all networks.
When multiple-networks mode is enabled:
Refactor the API to return a mapping from network to a list of Peer2PeerConnection objects.
Remove network details from individual (inner struct) connlist connection objects.
Consider computing allowed connections per network, rather than aggregating them across all networks.