• Dag Erling Smørgrav's avatar
    Attempt to fix the bind-to-any problem: · e9896330
    Dag Erling Smørgrav authored
     - Introduce a "struct tcp_addr" which is a lightweight form of struct
       addrinfo for our own internal use.
    
     - Add a TCP_resolve() function which takes the output from TCP_parse()
       and fills in a list of pointers to struct tcp_addr, one for each
       address returned by getaddrinfo().
    
     - Modify all TCP_open() callers to use TCP_resolve() and call TCP_open()
       once for every address returned.
    
     - Add some explanatory comments to tcp.c.
    
    
    git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1423 d4fa192b-c00b-0410-8231-f00ffab90ce4
    e9896330
Name
Last commit
Last update
..
varnishd Loading commit data...
varnishhist Loading commit data...
varnishlog Loading commit data...
varnishncsa Loading commit data...
varnishstat Loading commit data...
varnishtop Loading commit data...
Makefile.am Loading commit data...