sndr.4 revision c10c16dec587a0662068f6e2991c29ed3a9db943
te
Copyright (C) 2007 Sun Microsystems, Inc. All Rights Reserved
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.
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.
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]
sndr 4 "08 Jun 2007" "SunOS 5.11" "File Formats"
NAME
sndr - SNDR parameter values
SYNOPSIS

/etc/default/sndr
DESCRIPTION

The sndr file resides in /etc/default and provides startup parameters for the sndrd(1M) and sndrsyncd(1M) daemons.

The sndr file format is ASCII and comment lines begin with the crosshatch (#) character. Parameters consist of a keyword followed by an equal (=) sign followed by the parameter value of the form:

keyword=value

The following parameters are currently supported in the sndr file:

SNDR_THREADS=num

Sets the maximum number of connections allowed to the server over connection-oriented transports. By default, the number of connections is 16.

SNDR_LISTEN_BACKLOG=num

Sets connection queue length for the RDC TCP over a connection-oriented transport. The default value is 10 entries.

SNDR_TRANSPORT=string

Sets the transport used for the RDC connection. If IPv6 is installed, the default value is "/dev/tcp" or "/dev/tcp6."

ATTRIBUTES

See attributes(5) for a description of the following attributes:

ATTRIBUTE TYPEATTRIBUTE VALUE
Architecturex86
Interface StabilityCommitted
SEE ALSO

sndrd(1M), sndrsyncd(1M)