• Pieter Noordhuis's avatar
    Return address when connecting with getaddrinfo · 11ad647a
    Pieter Noordhuis authored
    It is opaque to the caller which address the handle connects to when the
    host is resolved by getaddrinfo. Now, it returns a redis_address type
    that encapsulates multiple sockaddr_* structs (sockaddr_storage would be
    appropriate here, but it appears not to be portable).
    11ad647a
handle.h 1.78 KB