1 '\" te
   2 .\" Copyright (C) 2007 Sun Microsystems, Inc. All Rights Reserved
   3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
   4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
   5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
   6 .TH SNDR 4 "Jun 08, 2007"
   7 .SH NAME
   8 sndr \- SNDR parameter values
   9 .SH SYNOPSIS
  10 .LP
  11 .nf
  12 \fB/etc/default/sndr\fR
  13 .fi
  14 
  15 .SH DESCRIPTION
  16 .sp
  17 .LP
  18 The \fBsndr\fR file resides in \fB/etc/default\fR and provides startup
  19 parameters for the \fBsndrd\fR(1M) and \fBsndrsyncd\fR(1M) daemons.
  20 .sp
  21 .LP
  22 The \fBsndr\fR file format is ASCII and comment lines begin with the crosshatch
  23 (#)  character. Parameters consist of a keyword followed by an equal (=) sign
  24 followed by the parameter value of the form:
  25 .sp
  26 .in +2
  27 .nf
  28 keyword=value
  29 .fi
  30 .in -2
  31 
  32 .sp
  33 .LP
  34 The following parameters are currently supported in the \fBsndr\fR file:
  35 .sp
  36 .ne 2
  37 .na
  38 \fBSNDR_THREADS=num\fR
  39 .ad
  40 .sp .6
  41 .RS 4n
  42 Sets the maximum number of connections allowed to the server over
  43 connection-oriented transports.  By default, the number of connections is 16.
  44 .RE
  45 
  46 .sp
  47 .ne 2
  48 .na
  49 \fBSNDR_LISTEN_BACKLOG=num\fR
  50 .ad
  51 .sp .6
  52 .RS 4n
  53 Sets connection queue length for the RDC TCP over a connection-oriented
  54 transport. The default value is 10 entries.
  55 .RE
  56 
  57 .sp
  58 .ne 2
  59 .na
  60 \fBSNDR_TRANSPORT=string\fR
  61 .ad
  62 .sp .6
  63 .RS 4n
  64 Sets the transport used for the RDC connection. If IPv6 is installed, the
  65 default value is "\fB/dev/tcp\fR" or "\fB/dev/tcp6\fR."
  66 .RE
  67 
  68 .SH ATTRIBUTES
  69 .sp
  70 .LP
  71 See \fBattributes\fR(5) for a description of the following attributes:
  72 .sp
  73 
  74 .sp
  75 .TS
  76 box;
  77 c | c
  78 l | l .
  79 ATTRIBUTE TYPE  ATTRIBUTE VALUE
  80 _
  81 Architecture    x86
  82 _
  83 Interface Stability     Committed
  84 .TE
  85 
  86 .SH SEE ALSO
  87 .sp
  88 .LP
  89 \fBsndrd\fR(1M), \fBsndrsyncd\fR(1M)