changeset 10050:09746c0f5a44

6762057 Request to change the default value of maximum connections from 32 to 8 for virus scan
author joyce mcintosh <Joyce.McIntosh@Sun.COM>
date Tue, 07 Jul 2009 09:34:55 -0700
parents b4b11e684225
children 2da8dfa3cb83
files usr/src/lib/libvscan/common/libvscan.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/lib/libvscan/common/libvscan.c	Tue Jul 07 06:31:07 2009 -0400
+++ b/usr/src/lib/libvscan/common/libvscan.c	Tue Jul 07 09:34:55 2009 -0700
@@ -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 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 = "";