The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / test / simple / test-dgram-bind-default-address.js @ 6f043940

History | View | Annotate | Download (1.68 KB)

# Date Author Comment
1d794ec4 04/22/2013 11:56 AM isaacs

test: fix dgram-bind-default-address on osx

Allow the IPv4-mapped-as-IPv6 style address.

92023b4b 04/17/2013 06:54 PM Ben Noordhuis

dgram: fix no address bind()

I broke dgram.Socket#bind(port, cb) almost a year ago in 332fea5a but
it wasn't until today that someone complained and none of the tests
caught it because they all either specify the address or omit the
callback.

Anyway, now it works again and does what you expect: it binds the...