diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/example.ini | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/example.ini b/doc/example.ini index 9679449..15a7661 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -1,9 +1,13 @@ # Sample configuration file for CRC-DABMOD +[remotecontrol] +telnet=1 +telnetport=2121 + [log] -syslog=1 +syslog=0 filelog=1 -filename=dabmod.log +filename=/dev/stderr [input] filename=/dev/stdin @@ -42,7 +46,7 @@ txgain=0 # Used for SFN with the UHD output [delaymanagement] -synchronous=1 +synchronous=0 # choose between fixed and dynamic offset definition management=dynamic |