]> err.no Git - varnish/commit
Make Varnish able to accept connections from multiple sockets by
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 8 Mar 2007 10:09:18 +0000 (10:09 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 8 Mar 2007 10:09:18 +0000 (10:09 +0000)
commit2d89b34bb9df21128c949913ae8dfb035648c52b
treee7f444c7a1b94f7697ca660a99927a186ededbb4
parentd89199ba26ba63c3073489c85bc6f3050f91d83a
Make Varnish able to accept connections from multiple sockets by
specifying a whitespace separated list of addresses to -a (or
param.set listen_address).

I'm not sure about the error handling, for instance, what is the
desirable behaviour if one of multiple sockets fail to open ?

Suggested by: <darryl.dixon@winterhouseconsulting.com>

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1280 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/bin/varnishd/cache_acceptor.c
varnish-cache/bin/varnishd/heritage.h
varnish-cache/bin/varnishd/mgt_child.c
varnish-cache/bin/varnishd/mgt_param.c
varnish-cache/bin/varnishd/varnishd.c