• Martin Pool's avatar
    Get rid of global_opts struct as suggested by Dave -- too many · 13e29995
    Martin Pool authored
    problems with initialization.
    
    Change the algorithm from trying to open an inbound socket with
    getaddrinfo: keep trying suggested addresses until we find one on
    which we can both get a socket and bind.  Not convinced this is the
    best, but it's probably better.
    13e29995
clientserver.c 12.6 KB