nim-libp2p icon indicating copy to clipboard operation
nim-libp2p copied to clipboard

Allow public address mapping

Open Menduist opened this issue 2 years ago • 0 comments

closes #450, #429, #556

switch.peerInfo.addrs is now read-only To modify addresses, you should use a mapper instead

It may break stuff, because switch.peerInfo.addrs is empty before switch.start() (previously it was not empty, but potentially invalid, which seems worst)

Menduist avatar Sep 12 '22 12:09 Menduist