• antirez's avatar
    getClientPeerID introduced. · 5cdc5da9
    antirez authored
    The function returns an unique identifier for the client, as ip:port for
    IPv4 and IPv6 clients, or as path:0 for Unix socket clients.
    
    See the top comment in the function for more info.
    5cdc5da9
networking.c 51.4 KB