From bdcf14ca3a83675cfc56f8656e7f7a5ea934ba3a Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 17 Jul 2015 11:22:25 +0200 Subject: EDI: add options, fix AF sequence, revision --- doc/example.mux | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') 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 -- cgit v1.2.3