helium / erlang-libp2p

An Erlang implementation of libp2p swarms
https://helium.github.io/erlang-libp2p
Apache License 2.0
121 stars 34 forks source link

always match peer to self netid #441

Closed jeffgrunewald closed 2 years ago

jeffgrunewald commented 2 years ago

assuming we've defined network ids on nodes where it really matters, this change would continue to ensure that they only peer up with nodes on the same network. however, if the network id is undefined we aren't picky about peering up with others where the network id is also undefined

jadeallenx commented 2 years ago

OK, closing for #442