summaryrefslogtreecommitdiff
path: root/audio/jack-tools/man/jack-udp.1
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2018-06-17 20:36:46 -0400
committerDavid Spencer <idlemoor@slackbuilds.org>2018-06-18 09:07:17 +0100
commit375071ebf3a1ed7b15d1bb26ef3d5cd31e317a34 (patch)
tree43bf382434fc7c32d072988f2018132bd38fe5d0 /audio/jack-tools/man/jack-udp.1
parentb7544991ec3016b2e14d407a02d77cdeae579987 (diff)
downloadslackbuilds-375071ebf3a1ed7b15d1bb26ef3d5cd31e317a34.tar.gz
audio/jack-tools: Updated for version 20170117, fix VST mess.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'audio/jack-tools/man/jack-udp.1')
-rw-r--r--audio/jack-tools/man/jack-udp.12
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/jack-tools/man/jack-udp.1 b/audio/jack-tools/man/jack-udp.1
index 6e4e7fffb5..7710e0d764 100644
--- a/audio/jack-tools/man/jack-udp.1
+++ b/audio/jack-tools/man/jack-udp.1
@@ -52,7 +52,7 @@ The remote host name, for use in send mode (default="127\&.0\&.0\&.1")\&.
.sp
jack\-udp is a UDP audio transport mechansim for JACK\&. The send mode reads signals from a set of JACK input ports and sends UDP packets to the indicated port at the indicated host at a rate determined by the local JACK daemon\&. The recv mode reads incoming packets at the indi\- cated port and writes the incoming data to a set of JACK output ports at a rate that is determined by the local JACK daemon\&.
.sp
-This transport mechanism is unreliable\&. Both send and recv clients will report buffer overflow and underflow occurences, and recv clients will report dropped and out\-of\-order packets, and shutdown on channel mismatch packets\&. In practice this mechanism can be made highly reli\- able over local networks\&.
+This transport mechanism is unreliable\&. Both send and recv clients will report buffer overflow and underflow occurences, and recv clients will report dropped and out\-of\-order packets, and shutdown on channel mismatch packets\&. In practice this mechanism can be made highly reliable over local networks\&.
.sp
jack\-udp implements no connection logic, use jack\-plumbing(1) instead\&.
.SH "EXAMPLE"