diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2025-03-23 23:05:14 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2025-03-23 23:05:14 +0100 |
commit | ef6ea5ab6b927fcf9e5152fbf44f72646848d2c9 (patch) | |
tree | bc438ec3094b00eeee973766074e55e56f47cfd2 /doc | |
parent | d57e0e9635a18f226394b9f41feef1658a2e051c (diff) | |
download | dabmux-next.tar.gz dabmux-next.tar.bz2 dabmux-next.zip |
Common b23da85: make PFT per-output configurablenext
Diffstat (limited to 'doc')
-rw-r--r-- | doc/advanced.mux | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/advanced.mux b/doc/advanced.mux index c07a2b2..0fc1b53 100644 --- a/doc/advanced.mux +++ b/doc/advanced.mux @@ -438,6 +438,10 @@ outputs { destination "192.168.23.23" port 12000 + enable_pft true + fec 1 + verbose true + ; For compatibility: if port is not specified in the destination itself, ; it is taken from the parent 'destinations' block. } @@ -452,6 +456,8 @@ outputs { ; The multicast TTL has to be adapted according to your network ttl 1 + enable_pft true + fec 1 } example_tcp { ; example for EDI TCP server. TCP is reliable, so it is counterproductive to @@ -469,7 +475,8 @@ outputs { } } - ; The settings below apply to all destinations + ; The settings below apply to all destinations, unless they are overridden + ; inside a destination ; Enable the PFT subsystem. If false, AFPackets are sent. ; PFT is not necessary when using TCP. |