diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-01-06 17:39:13 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-01-06 17:39:13 +0100 |
commit | afb8d8d8bcad7294c114c9a72123964a171cb01a (patch) | |
tree | 6e5374c2132793e00acbd8d2826e892e5f05073b /doc/example.ini | |
parent | f81473031810253f5b78fd02c2df04a5a204099b (diff) | |
download | dabmod-afb8d8d8bcad7294c114c9a72123964a171cb01a.tar.gz dabmod-afb8d8d8bcad7294c114c9a72123964a171cb01a.tar.bz2 dabmod-afb8d8d8bcad7294c114c9a72123964a171cb01a.zip |
Add edi_max_delay option to config file
Diffstat (limited to 'doc/example.ini')
-rw-r--r-- | doc/example.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/example.ini b/doc/example.ini index 361a4c4..985998d 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -56,6 +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 +; before it timeouts +;edi_max_delay=10 ; No support yet for multicast, should work with and without PFT ; When recieving data using ZeroMQ, the source is the URI to be used |