[experimental-ims] 9e39eb2 Increase the servers listen depth to 10.

Geoff Simmons geoff at varnish-cache.org
Mon Jan 9 21:51:57 CET 2012


commit 9e39eb25c239961513f53138d21cc1f275f8f9b3
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Sep 20 07:43:29 2011 +0000

    Increase the servers listen depth to 10.

diff --git a/bin/varnishtest/vtc_server.c b/bin/varnishtest/vtc_server.c
index 061d9cc..542a266 100644
--- a/bin/varnishtest/vtc_server.c
+++ b/bin/varnishtest/vtc_server.c
@@ -132,7 +132,7 @@ server_new(const char *name)
 	bprintf(s->listen, "127.0.0.1:%d", 0);
 	AZ(VSS_parse(s->listen, &s->addr, &s->port));
 	s->repeat = 1;
-	s->depth = 1;
+	s->depth = 10;
 	s->sock = -1;
 	VTAILQ_INSERT_TAIL(&servers, s, list);
 	return (s);



More information about the varnish-commit mailing list