• 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
bin Loading commit data...
debian Loading commit data...
etc Loading commit data...
include Loading commit data...
lib Loading commit data...
man Loading commit data...
redhat Loading commit data...
ChangeLog Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
Makefile.am Loading commit data...
README Loading commit data...
autogen.des Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
svn2cl.xsl Loading commit data...