Go to main content

man pages section 4: File Formats

Exit Print View

Updated: July 2017
 
 

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 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 TYPE
ATTRIBUTE VALUE
Architecture
x86
Availability
storage/avs/avs-remote-mirror
Interface Stability
Committed

See Also

sndrd(1M), sndrsyncd(1M)