Hello,
I was reading that to NAT hole punch you should possibly be getting two ipaddresses and two ports from this article:
http://www.brynosaurus.com/pub/net/p2pnat/
In Netty I only read one IP from:
packet.sender().getPort();
and
packet.sender().getHostName();
Where do I get the second IP/Port?
Thank you,
Jim