diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-03-26 10:02:02 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-03-26 10:02:02 +0100 |
commit | de70629c648dd08eef77ac520a3f7b0ca6410b5a (patch) | |
tree | ad474f571b88672abb1ba21b77c0f663b5df8f65 /doc/advanced.mux | |
parent | 535b1ab32d979ba8654f854e52c705037b046c7b (diff) | |
download | dabmux-de70629c648dd08eef77ac520a3f7b0ca6410b5a.tar.gz dabmux-de70629c648dd08eef77ac520a3f7b0ca6410b5a.tar.bz2 dabmux-de70629c648dd08eef77ac520a3f7b0ca6410b5a.zip |
Add source and ttl config to UDP output
This is useful for multicast output.
Diffstat (limited to 'doc/advanced.mux')
-rw-r--r-- | doc/advanced.mux | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/advanced.mux b/doc/advanced.mux index b6d6ef3..f573e02 100644 --- a/doc/advanced.mux +++ b/doc/advanced.mux @@ -388,8 +388,10 @@ outputs { ; Other outputs: ; TCP listen on port ;net "tcp://host:port" - ; UDP send to host:port - ;net "ucp://host:port" + ; 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" ; RAW (for farsync ETI card) ;farsync "raw://device" } |