• G
    Update clusterCommand to handle AF_INET6 addresses · e6bf4c26
    Geoff Garside 提交于
    Changes the sockaddr_in to a sockaddr_storage. Attempts to convert the
    IP address into an AF_INET or AF_INET6 before returning an "Invalid IP
    address" error. Handles converting the sockaddr from either AF_INET or
    AF_INET6 back into a string for storage in the clusterNode ip field.
    e6bf4c26
cluster.c 108.0 KB