diff options
| author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2025-06-25 14:43:59 +0200 | 
|---|---|---|
| committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2025-06-25 14:44:10 +0200 | 
| commit | 7337504b150db3efd1acd1a95d6aa3826d38ae84 (patch) | |
| tree | e48efb222e9cae6b50c56e2572cee47be0897f01 | |
| parent | 203f5adec61b2bfeb6b97eed242ff185da071c0d (diff) | |
| download | dabmux-7337504b150db3efd1acd1a95d6aa3826d38ae84.tar.gz dabmux-7337504b150db3efd1acd1a95d6aa3826d38ae84.tar.bz2 dabmux-7337504b150db3efd1acd1a95d6aa3826d38ae84.zip | |
Adapt advanced.mux
| -rw-r--r-- | doc/advanced.mux | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/doc/advanced.mux b/doc/advanced.mux index 0fc1b53..d2cc0fd 100644 --- a/doc/advanced.mux +++ b/doc/advanced.mux @@ -36,8 +36,8 @@ general {      ; number in seconds. Granularity: 24ms      ; tist_offset 0.480 -    ; Specify the TIST value for the frame with FCT==0, in microseconds -    ; tist_at_fct0 768000 +    ; Specify the TIST value for the frame with FCT==0, in milliseconds +    ; tist_at_fct0 768      ; The management server is a simple TCP server that can present      ; statistics data (buffers, overruns, underruns, etc) | 
