• Geoff Garside's avatar
    Add IPv6 support to sentinel.c. · e04fdf26
    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.
    e04fdf26
anet.h 2.78 KB