diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-10-11 10:14:37 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-10-11 10:14:37 +0200 |
commit | ee0f937a5321378ed46a51586bfa281c9a5941d7 (patch) | |
tree | ca91792e60f9dca5a623ea0422efa6beeaecfc8d /doc/advanced.mux | |
parent | 6c568a521fbaa1b35b3f4f4711f23d828543d02f (diff) | |
download | dabmux-ee0f937a5321378ed46a51586bfa281c9a5941d7.tar.gz dabmux-ee0f937a5321378ed46a51586bfa281c9a5941d7.tar.bz2 dabmux-ee0f937a5321378ed46a51586bfa281c9a5941d7.zip |
Store leap-second cache in /var/tmp
Diffstat (limited to 'doc/advanced.mux')
-rw-r--r-- | doc/advanced.mux | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/doc/advanced.mux b/doc/advanced.mux index a5b290d..cdc7768 100644 --- a/doc/advanced.mux +++ b/doc/advanced.mux @@ -375,19 +375,7 @@ outputs { edi { ; EDI uses the UDP protocol. This implementation of EDI does not support ; EDI Packet Resend. - ; - ; When both EDI and TIST are enabled, ODR-DabMux will download leap-second - ; information from the IETF website, and cache it locally in /tmp. - ; - ; If your system doesn't have access to internet, you have to take care - ; to create the file before ODR-DabMux startup. Get it from - ; http://www.ietf.org/timezones/data/leap-seconds.list - ; and save it to - ; /tmp/odr-dabmux-leap-seconds.cache - ; - ; Use the RC interface 'get clocktai expiry' command to check how long - ; your file is still valid. Refresh the file before expiry otherwise - ; ODR-DabMux will abort. + ; If TIST is enabled, requires leap-second information (see example.mux) destinations { ; The names you give to the destinations have no meaning, ; but have to be unique. You can give them meaningful names to help |