On Friday, October 26, 2012 5:14:48 PM UTC-7, mscdex wrote:
>
> What if you just leave off the IP/host part completely, so it's 
> just .listen(8234) ? 
>

>From net.js:

} else if (!options.host) {
    debug('connect: missing host');
    connect(self, '127.0.0.1', options.port, 4);
}

 so it will force ipv4 if not specified.

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to