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

unix, win: add netmask to uv_interface_address #705

Closed
wants to merge 1 commit into from

Commits on Feb 10, 2013

  1. unix, win: add netmask to uv_interface_address

    Include the netmask when returning information about the OS network
    interfaces.
    
    This commit provides implementations for windows and those unix platforms
    using getifaddrs().
    
    AIX was not implemented because it requires the use ioctls and I do not
    have an AIX development/test environment.  The windows code was developed
    using mingw on winxp as I do not have access to visual studio.
    
    Tested on darwin (ipv4/ipv6) and winxp (ipv4 only).  Needs testing on
    newer windows using ipv6 and other unix platforms.
    wanderview committed Feb 10, 2013
    Configuration menu
    Copy the full SHA
    d681546 View commit details
    Browse the repository at this point in the history