Oleg Kalnichevski wrote: > Philip, > > Actually there is a problem with your patch. The whole point of using > localAddress is to enable the the user to bind sockets to any local > network interface, not just the default one. Your patch appears to just > overwrite that value with the default local address.
To keep the existing behaviour, one must call socket.bind(null); Does that work with the IBM implementation, Philip? Odi --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
