summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2017-11-22 11:24:00 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2017-11-22 11:24:00 +0100
commit078b1e581aba73f740c8e0d2e6faab963540aaab (patch)
treea5e356536d590ab3dbf1ad626c49ca8712e6bc58 /doc
parent335c4ffd68329358b469fd119a058dd096abf1cb (diff)
downloaddabmux-078b1e581aba73f740c8e0d2e6faab963540aaab.tar.gz
dabmux-078b1e581aba73f740c8e0d2e6faab963540aaab.tar.bz2
dabmux-078b1e581aba73f740c8e0d2e6faab963540aaab.zip
Prefer usage of ampersand in UDP output URL query
Diffstat (limited to 'doc')
-rw-r--r--doc/advanced.mux2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/advanced.mux b/doc/advanced.mux
index 7714909..0db8c02 100644
--- a/doc/advanced.mux
+++ b/doc/advanced.mux
@@ -437,7 +437,7 @@ outputs {
; UDP send to host:port, simple example for unicast
;net_udp "udp://host:port"
; example with source and TTL specification for multicast
- ;net_udp "udp://237.10.0.230:7000?src=10.0.1.125,ttl=1"
+ ;net_udp "udp://237.10.0.230:7000?src=10.0.1.125&ttl=1"
; RAW for farsync ETI card
;farsync "raw://sync0"