Results 2 comments of giorgiosav

You might already know this, but I was browsing StackOverflow on the topic of TCP hole punching and found this paper by Prof. Bryan Ford: https://bford.info/pub/net/p2pnat/index.html.

I found another method that could be useful and doesn't require an intermediate server: https://github.com/samyk/pwnat. It only requires that one peer knows the address of the other. From what I...