Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: joyent/libuv
base: 15140cebe1b2
Choose a base ref
...
head repository: joyent/libuv
compare: 8bbf469cb091
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 20, 2014

  1. test: fix multicast join test on OSX when using IPv6

    When choosing an IPv6 interface all low level APIs use the interface
    index which can be gathered with if_nametoindex. Passing a 0 means to
    use the default as per the documentation. On OSX, however, this is not
    the case and when 0 is specified it gives EADDRNOTAVAIL error. So, we
    workaround the test, by using the 'lo0' interface on OSX, which has an
    index of 1.
    saghul committed Mar 20, 2014
    Copy the full SHA
    8bbf469 View commit details
    Browse the repository at this point in the history