go-libp2p-examples
go-libp2p-examples copied to clipboard
can chat-with-rendezvous work on two nodes both behind nat?
rt,and if can work, does it use some public relay node or direct connect?
@hak1985 Yes, if UPnP is enabled and working. Hole punching is not yet implemented in libp2p.
It will always work with a relay node.