maimai
maimai
> @maimai88 You can try [this](https://gist.github.com/upperwal/b80bd1516fbad79d0d2c7c4f5b99421b) code. > > > Peers in the same network can be interconnected, and different networks can't communicate. If all nodes use the default dht.DefaultBootstrapPeers,...
> 2\. `chat_HK` and `chat_SK` --- Thanks again @upperwal I don't have access to the firewall, so I modified the code above,when I created the host, I added the `libp2p.EnableRelay()`...
> @maimai88 Relay dials are enabled by [default](https://github.com/libp2p/go-libp2p/blob/2fbe88f54665503ab6893df4559377f4392fb890/defaults.go#L74-L76) but you need to connect it to a node which acts as a relay. You can do that by spawning a new...
> @maimai88 Relay dials are enabled by [default](https://github.com/libp2p/go-libp2p/blob/2fbe88f54665503ab6893df4559377f4392fb890/defaults.go#L74-L76) but you need to connect it to a node which acts as a relay. You can do that by spawning a new...