From c74279c0af306e2fb4a1f03b0a698fb239f4c33b Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 6 Jan 2017 17:44:29 +0100 Subject: Use milliseconds for edi_max_delay --- doc/example.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/example.ini b/doc/example.ini index 985998d..a0cd110 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -56,9 +56,9 @@ loop=0 ; Listen for EDI data on a given UDP port ;transport=edi ;source=udp://:12002 -; Maximum delay in number of ETI frames that the EDI input is willing to wait +; Maximum delay in milliseconds that the EDI input is willing to wait ; before it timeouts -;edi_max_delay=10 +;edi_max_delay=240 ; No support yet for multicast, should work with and without PFT ; When recieving data using ZeroMQ, the source is the URI to be used -- cgit v1.2.3