This content has been marked as final.
Show 1 reply
-
1. Re: diff between default-ip and multicast address
tom.elrod Jun 30, 2006 3:11 AM (in response to mazz)Actually, this is just poor design. The default ip is the multicast ip to use if the address is not set. So if set the address, it will be used, otherwise, what is set for the default ip will be used (by calling InetAddress.getByName(defaultIP); ).