diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/example.mux | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/example.mux b/doc/example.mux index abf01bc..1e6495b 100644 --- a/doc/example.mux +++ b/doc/example.mux @@ -296,6 +296,13 @@ outputs { ; Enable the PFT subsystem. If false, AFPackets are sent. enable_pft false + ; How many lost fragments can be recovered by Reed-Solomon + fec 3 + + ; Length of a RS chunk, can be overriden + ;default=207 + ;chunk_len 207 + ; Save the packets sent over ethernet to the file ./edi.debug dump false |