On 05/03/2014 04:06, Ralph Castain wrote:
The code generating the error is here:

         in->sin_addr.s_addr = inet_addr(host);
         if (in->sin_addr.s_addr == INADDR_ANY) {
             return ORTE_ERR_BAD_PARAM;
         }


The address is resolving to INADDR_ANY instead of a regular address.
Does cygwin require some other method for resolving a hostname to an IP
address?

Ralph



in theory should be transparent using the same as windows.
But I need to understand if there is any difference in formal behavior

Regards
Marco

Reply via email to