Troubleshooting Hole Punching Issues #3458
Replies: 1 comment
-
Does it continuously fail? i.e. even if you try multiple times in a row? Our hole punch success rate isn't quite as high as we'd like unfortunately. There are some optimizations to be done. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to set up hole punching from one laptop on my home network, using a cloud server in a VPS I control as the relay, and trying to connect to another laptop on my same home network.
I am hitting an error where libp2p is unable to dial to the listener. These seem to be the more pertinent error lines:
and these are the debug logs for dial and listen, but the relay_v2 server debug log had way too much noise so it is just the info log
https://gist.github.com/cosmikwolf/1789d708c428140972806627185daafd
while it seems to be a TCP error, I am not entirely sure what else to look for. Trying to get wireshark set up, but I am having some issues capturing traffic, so I figured it would be good to see if anyone had any tips on how to troubleshoot failed hole punch scenarios? Anything to look for on my router?
Beta Was this translation helpful? Give feedback.
All reactions