Results 14 comments of Snack

> Yes, you are correct, we should manage the number of goroutines. I will modify it later.

Hi, thank you for your reply. I didn't find the RelayClient option, where is it. I am using go-libp2p 0.19.0, Isn't AutoRelay the v2 used?

Do I need to specifically specify a relay node and will libp2p automatically post the relay address for me?

Yes, I didn't find the CircuitV2 example either. I'm curious, when I'm behind a NAT, does AutoRelay convert the address to a trunk address to post to the DHT? If...

Yes, I performed the test. I tested between my company computer and my friend's company computer and we could not connect to each other. My company's NAT type is Port...

Hi @alecbcs, any progress on CircuitV2 please? I have researched the code for ipfs and it just creates CircuitV2, how to limit the users connected is not seen.

My friend's company network is Symmetric NAT, and port 80 443 is already occupied, so I can only use a relay to connect.

@alecbcs thanks for your suggestion. However, what I mentioned above are just my individual scenarios. What I want to achieve is that it is best to connect directly, and relay...

Is there any progress so far? I encountered the same situation and couldn't solve it with `nft insert rule inet fw4 input jump upnp_forward`. I'm using ImmortalWrt 23.05.2. The output...