Top "Hole-punching" questions

UDP hole punching implementation

I am trying to accomplish UDP hole punching. I am basing my theory on this article and this WIKI page, …

c# udp traversal nat hole-punching
Java UDP hole punching example - connecting through firewall

Lets say I have two computers. They know each others public and private IPs via ice4j. One client listening …

java networking hole-punching stun
UDP Hole Punching Algorithm

Can anyone give an example of a UDP Hole Punching ? Actually, I want to write a chat program with which …

sockets udp hole-punching
What is "java.net.NoRouteToHostException: Cannot assign requested address"?

That's it. I have never seen before. I am trying Tcp Holepunching. One Client should be both client and server(…

java sockets exception tcp hole-punching
UDP Hole Punching Java Example

I want to do UDP Hole Punching with two clients with the help of a server with a static IP. …

java sockets udp tunneling hole-punching
UDP hole punching not going through on 3G

I'm trying to implement in a software a hole punching feature. The thing is, I'm implementing this with an already …

udp 3g hole-punching 3g-network
How do I do TCP hole punching?

Question is below. Here is my current test code which did not succeed. static void Main(string[] args) { if (args.…

sockets tcp hole-punching
UDP hole punching. Have server talk to client

I been reading a lot on how to implement UDP hole punching but fore some reason I cannot make it …

c# sockets networking udp hole-punching
Trying get dynamic content hole-punched through Magento's Full Page Cache

I am using Magento Enterprise 1.10.1.1 and need to get some dynamic content on our product pages. I am inserting the …

caching magento enterprise hole-punching
TCP Hole Punching

I'm trying to implement TCP hole punching with windows socket using mingw toolchain. I think the process is right but …

windows tcp network-protocols winsock2 hole-punching