diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2022-08-19 17:12:54 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2022-08-19 17:18:09 +0200 |
commit | 913cd43139d7b5d6eac166a01ac09a754f2bd013 (patch) | |
tree | 98a7bb16c4a05bd7da8aa0fcd25d7620723b999d /doc | |
parent | 7bfb88a7446e7faaee6e297e915a2bf95a699109 (diff) | |
download | dabmux-913cd43139d7b5d6eac166a01ac09a754f2bd013.tar.gz dabmux-913cd43139d7b5d6eac166a01ac09a754f2bd013.tar.bz2 dabmux-913cd43139d7b5d6eac166a01ac09a754f2bd013.zip |
Support EDI TCP server pre-roll on client connect
Includes common code changes: socket changes for keepalive and preroll
Diffstat (limited to 'doc')
-rw-r--r-- | doc/example.mux | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/example.mux b/doc/example.mux index f170bda..6682f0a 100644 --- a/doc/example.mux +++ b/doc/example.mux @@ -285,6 +285,9 @@ outputs { edi { ; Example EDI-over-TCP output ; If TIST is enabled, requires leap-second information + ; + ; When a new client connects, it will receive a pre-roll of 1.5x tist_offset seconds + ; worth of EDI data, so that it can quickly fill its buffers. destinations { example_tcp { protocol tcp |