diff options
Diffstat (limited to 'audio/jack-tools/man/jack-udp.1')
-rw-r--r-- | audio/jack-tools/man/jack-udp.1 | 2 |
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 7710e0d764..6e4e7fffb5 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 reliable 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 reli\- able over local networks\&. .sp jack\-udp implements no connection logic, use jack\-plumbing(1) instead\&. .SH "EXAMPLE" |