From ef6ea5ab6b927fcf9e5152fbf44f72646848d2c9 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sun, 23 Mar 2025 23:05:14 +0100 Subject: Common b23da85: make PFT per-output configurable --- doc/advanced.mux | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'doc/advanced.mux') 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. -- cgit v1.2.3