diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-01-10 11:26:44 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-01-10 11:28:42 +0100 |
commit | c823c87d6f286310e9efd9e723f2e14c3320d31f (patch) | |
tree | d31cb64ebad1ecd49ca970064aed729288b2e905 /doc | |
parent | a8cc30be9589280d9bde3ddaf676610c9b12af2a (diff) | |
download | dabmux-c823c87d6f286310e9efd9e723f2e14c3320d31f.tar.gz dabmux-c823c87d6f286310e9efd9e723f2e14c3320d31f.tar.bz2 dabmux-c823c87d6f286310e9efd9e723f2e14c3320d31f.zip |
Add EDI timestamp offset configuration
Diffstat (limited to 'doc')
-rw-r--r-- | doc/advanced.mux | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/advanced.mux b/doc/advanced.mux index 974df78..ab145fa 100644 --- a/doc/advanced.mux +++ b/doc/advanced.mux @@ -31,6 +31,11 @@ general { ; This also enables time encoding using the MNSC. tist false + ; On startup, EDI time is initialised to system time. If you want + ; to add an offset, uncomment the following line and give a number + ; in seconds. + ; tist_edioffset 0 + ; The management server is a simple TCP server that can present ; statistics data (buffers, overruns, underruns, etc) ; which can then be graphed a tool like Munin |