From de70629c648dd08eef77ac520a3f7b0ca6410b5a Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sat, 26 Mar 2016 10:02:02 +0100 Subject: Add source and ttl config to UDP output This is useful for multicast output. --- doc/advanced.mux | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc/advanced.mux') 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" } -- cgit v1.2.3