diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-11-22 11:24:00 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-11-22 11:24:00 +0100 |
commit | 078b1e581aba73f740c8e0d2e6faab963540aaab (patch) | |
tree | a5e356536d590ab3dbf1ad626c49ca8712e6bc58 /doc/advanced.mux | |
parent | 335c4ffd68329358b469fd119a058dd096abf1cb (diff) | |
download | dabmux-078b1e581aba73f740c8e0d2e6faab963540aaab.tar.gz dabmux-078b1e581aba73f740c8e0d2e6faab963540aaab.tar.bz2 dabmux-078b1e581aba73f740c8e0d2e6faab963540aaab.zip |
Prefer usage of ampersand in UDP output URL query
Diffstat (limited to 'doc/advanced.mux')
-rw-r--r-- | doc/advanced.mux | 2 |
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" |