From 1bf43fcde84431aa2551e6f3debd07bdaa34f48b Mon Sep 17 00:00:00 2001 From: joyce mcintosh Date: Tue, 7 Jul 2009 09:34:55 -0700 Subject: [PATCH] 6762057 Request to change the default value of maximum connections from 32 to 8 for virus scan --- usr/src/lib/libvscan/common/libvscan.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/src/lib/libvscan/common/libvscan.c b/usr/src/lib/libvscan/common/libvscan.c index 7813cb64da..20a02c1adf 100644 --- a/usr/src/lib/libvscan/common/libvscan.c +++ b/usr/src/lib/libvscan/common/libvscan.c @@ -19,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2008 Sun Microsystems, Inc. All rights reserved. + * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -135,7 +135,7 @@ static const boolean_t vs_dflt_enable = B_TRUE; static const char *vs_dflt_maxsize = "1GB"; static const char *vs_dflt_host = ""; static const uint16_t vs_dflt_port = 1344; -static const uint16_t vs_dflt_maxconn = 32L; +static const uint16_t vs_dflt_maxconn = 8; static const char *vs_dflt_types = "+*"; static const char *vs_dflt_vlog = ""; -- 2.11.4.GIT