diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-06-16 11:08:39 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-06-16 11:08:39 +0200 |
commit | b3bc56c30ee55d8ad32ae6f86de51c21336f1151 (patch) | |
tree | 2582a4874d1ebc43f58d2b3acd6348aba3238fe9 /doc | |
parent | e9ba40d3cbcfe608f542e867e39828f922d62ccb (diff) | |
download | dabmux-b3bc56c30ee55d8ad32ae6f86de51c21336f1151.tar.gz dabmux-b3bc56c30ee55d8ad32ae6f86de51c21336f1151.tar.bz2 dabmux-b3bc56c30ee55d8ad32ae6f86de51c21336f1151.zip |
EDI TIST: Add local file cache for leap second data
Diffstat (limited to 'doc')
-rw-r--r-- | doc/advanced.mux | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/advanced.mux b/doc/advanced.mux index f725f84..93a636f 100644 --- a/doc/advanced.mux +++ b/doc/advanced.mux @@ -362,6 +362,10 @@ 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-DabMod will download leap-second + ; information from the IETF website, and cache it to the file + ; /tmp/odr-dabmux-leap-seconds.cache destinations { ; The names you give to the destinations have no meaning, ; but have to be unique. You can give them meaningful names to help |