chiark
/
gitweb
/
~mdw
/
disorder
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
e41a999
)
Document -4/-6 for listen, connect etc.
author
Richard Kettlewell
<rjk@greenend.org.uk>
Sat, 14 Mar 2009 17:09:50 +0000
(17:09 +0000)
committer
Richard Kettlewell
<rjk@greenend.org.uk>
Sat, 14 Mar 2009 17:09:50 +0000
(17:09 +0000)
doc/disorder_config.5.in
patch
|
blob
|
blame
|
history
diff --git
a/doc/disorder_config.5.in
b/doc/disorder_config.5.in
index 85135f5601cc4506aa48162dee873e918acda408..1813152b0038474109ca1101ccf3d857a5d9b0f7 100644
(file)
--- a/
doc/disorder_config.5.in
+++ b/
doc/disorder_config.5.in
@@
-297,14
+297,22
@@
See
.BR disorder_protocol (5)
for more details.
.TP
.BR disorder_protocol (5)
for more details.
.TP
-.B broadcast \fIADDRESS\fR \fIPORT\fR
+.B broadcast \f
R[\fIFAMILY\fR] \f
IADDRESS\fR \fIPORT\fR
Transmit sound data to \fIADDRESS\fR using UDP port \fIPORT\fR.
This implies \fBapi rtp\fR.
.IP
Transmit sound data to \fIADDRESS\fR using UDP port \fIPORT\fR.
This implies \fBapi rtp\fR.
.IP
+\fIFAMILY\fR can be \fB-4\fR or \fB-6\fR to force IPv4 or IPv6, if this is not
+implied by \fIADDRESS\fR.
+Note that IPv6 is not currently well tested.
+.IP
See also \fBmulticast_loop\fR and \fBmulticast_ttl\fR.
.TP
See also \fBmulticast_loop\fR and \fBmulticast_ttl\fR.
.TP
-.B broadcast_from \fIADDRESS\fR \fIPORT\fR
+.B broadcast_from \f
R[\fIFAMILY\fR] \f
IADDRESS\fR \fIPORT\fR
Sets the (local) source address used by \fBbroadcast\fR.
Sets the (local) source address used by \fBbroadcast\fR.
+.IP
+\fIFAMILY\fR can be \fB-4\fR or \fB-6\fR to force IPv4 or IPv6, if this is not
+implied by \fIADDRESS\fR.
+Note that IPv6 is not currently well tested.
.TP
.B channel \fICHANNEL\fR
The mixer channel that the volume control should use.
.TP
.B channel \fICHANNEL\fR
The mixer channel that the volume control should use.
@@
-313,6
+321,7
@@
For \fBapi oss\fR the possible values are:
.RS
.TP 8
.B pcm
.RS
.TP 8
.B pcm
+
Output level for the audio device.
This is probably what you want and is the default.
.TP
Output level for the audio device.
This is probably what you want and is the default.
.TP
@@
-413,10
+422,14
@@
reinstated.
Specifies the number of recently played tracks to remember (including
failed tracks and scratches).
.TP
Specifies the number of recently played tracks to remember (including
failed tracks and scratches).
.TP
-.B listen \fR[\fIHOST\fR] \fISERVICE\fR
+.B listen \fR[\fI
FAMILY\fR] \fR[\fI
HOST\fR] \fISERVICE\fR
Listen for connections on the address specified by \fIHOST\fR and port
specified by \fISERVICE\fR.
Listen for connections on the address specified by \fIHOST\fR and port
specified by \fISERVICE\fR.
-If \fIHOST\fR is omitted then listens on all local addresses.
+If \fIHOST\fR is omitted, or is \fB*\fR, then listens on all local addresses.
+.IP
+\fIFAMILY\fR can be \fB-4\fR or \fB-6\fR to force IPv4 or IPv6, if this is not
+implied by \fIHOST\fR.
+Note that IPv6 is not currently well tested.
.IP
Normally the server only listens on a UNIX domain socket.
.TP
.IP
Normally the server only listens on a UNIX domain socket.
.TP
@@
-729,9
+742,13
@@
These options would normally be used in \fI~\fRUSERNAME\fI/.disorder/passwd\fR
or
\fIpkgconfdir/config.\fRUSERNAME.
.TP
or
\fIpkgconfdir/config.\fRUSERNAME.
.TP
-.B connect \fIHOST SERVICE\fR
+.B connect \f
R[\fIFAMILY\fR] \f
IHOST SERVICE\fR
Connect to the address specified by \fIHOST\fR and port specified by
\fISERVICE\fR.
Connect to the address specified by \fIHOST\fR and port specified by
\fISERVICE\fR.
+.IP
+\fIFAMILY\fR can be \fB-4\fR or \fB-6\fR to force IPv4 or IPv6, if this is not
+implied by \fIHOST\fR.
+Note that IPv6 is not currently well tested.
.TP
.B password \fIPASSWORD\fR
Specify password.
.TP
.B password \fIPASSWORD\fR
Specify password.