aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/advanced.mux9
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.