May 9, 2012
1:05 p.m.
On 08/05/2012 20:01, Sean P. DeNigris wrote:
It works, but not for ip6. I guess this is more complicated than I thought. OS X lets me listen on a port that's already listening with ip6.
before I open my port, lsof shows: java ... IPv6 ... TCP *:port_number (LISTEN)
and after: java ... IPv6 ... TCP *:port_number (LISTEN) CogVM ... IPv4 ... TCP *:same_port_number!!! (LISTEN)
WTF!
Hmm, aren't IPv4 and IPv6 ports completely separate namespaces?