Dan Creswell kindly pointed me to a similar thread on this list,
"ServerSocket on Mac OS X" which was solved by using IPv4 instead of
IPv6:
http://lists.apple.com/archives/java-dev/2004/Dec/thrd2.html
Unfortunately NIO still allows me to bind multiple times using IPv4.
For example, I've written a simple program that binds to IPv4 port
50505 twice. Here's what netstat has to say:
slackette:jessewilson$ netstat -a
Active Internet connections (including servers)
Proto Recv-Q Send-Q Local Address Foreign Address (state)
tcp4 0 0 *.50505 *.* LISTEN
tcp4 0 0 *.50505 *.* LISTEN
This is really wacky, but I'm making progress. Does anybody else have any ideas?
Thanks in advance,
Jesse Wilson
http://publicobject.com/glazedlists/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden
This email sent to email@hidden