• N
    ic-proxy: rename ICProxyAddr.addr to sockaddr · 2c2ca626
    Ning Yu 提交于
    A ICProxyAddr variable is usually named as "addr", so the attribute is
    referred as "addr->addr", it's confusing and sometimes ambiguous.
    
    So renamed the attribute to "sockaddr", the function
    ic_proxy_extract_addr() is also renamed to ic_proxy_extract_sockaddr().
    2c2ca626
ic_proxy_addr.c 6.9 KB