r1423 - trunk/varnish-cache/bin/varnishd

Poul-Henning Kamp phk at phk.freebsd.dk
Tue May 15 14:01:33 CEST 2007


In message <20070515113544.4788B1EC439 at projects.linpro.no>, des at projects.linpro
.no writes:

> struct listen_sock {
> 	TAILQ_ENTRY(listen_sock)	list;
> 	int				sock;
>-	char				*host;
>-	char				*port;
>+	struct tcp_addr			*addr;
> };

I'm not happy with this one.

I kept the string forms given in argv around so that we could
do periodic DNS lookups on it, to see if things moved.

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk at FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.



More information about the varnish-commit mailing list