• Geoff Garside's avatar
    Add IPv6 support to sentinel.c. · 0d8f2543
    Geoff Garside authored
    This has been done by exposing the anetSockName() function anet.c
    to be used when the sentinel is publishing its existence to the masters.
    
    This implementation is very unintelligent as it will likely break if used
    with IPv6 as the nested colons will break any parsing of the PUBLISH string
    by the master.
    0d8f2543
anet.h 2.78 KB