sndr(4) File Formats sndr(4)
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 connec-
tions 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 TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Architecture |x86 |
+-----------------------------+-----------------------------+
|Availability |SUNWrdcu |
+-----------------------------+-----------------------------+
|Interface Stability |Committed |
+-----------------------------+-----------------------------+
SEE ALSO
sndrd(1M), sndrsyncd(1M)
SunOS 5.11 08 Jun 2007 sndr(4)