summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Muck <christian.muck@bmw.de>2012-05-08 10:02:36 +0200
committerChristian Muck <christian.muck@bmw.de>2012-05-08 10:02:36 +0200
commita194a6e251a009c916db16c626c0ed923d2bfa29 (patch)
tree9e48fb8a5ac0c4ea756de6f4e107d70af7bcffd1
parent425c366dc147652c9b2b0af8a26f66d7a457feff (diff)
downloadDLT-daemon-a194a6e251a009c916db16c626c0ed923d2bfa29.tar.gz
Corrected the default values of dlt.conf
Signed-off-by: Christian Muck <christian.muck@bmw.de>
-rw-r--r--src/daemon/dlt.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/daemon/dlt.conf b/src/daemon/dlt.conf
index 72ebaac..9883acc 100644
--- a/src/daemon/dlt.conf
+++ b/src/daemon/dlt.conf
@@ -19,13 +19,13 @@
SendContextRegistration = 1
# Send automatic time packets every second if client is connected (Default: 0)
-SendMessageTime = 1
+SendMessageTime = 0
# Set ECU ID (Default: ECU1)
-ECUId = ENAT
+ECUId = ECU1
# Size of shared memory (Default: 100000)
-SharedMemorySize = 4000000
+SharedMemorySize = 100000
# Directory where to store the persistant configuration (Default: /tmp)
# PersistanceStoragePath = /tmp
@@ -38,7 +38,7 @@ LoggingMode = 0
# LOG_EMERG = 0, LOG_ALERT = 1, LOG_CRIT = 2, LOG_ERR = 3, LOG_WARNING = 4, LOG_NOTICE = 5, LOG_INFO = 6, LOG_DEBUG = 7
LoggingLevel = 6
-# The logging filename if internal logging mode is log to file (Default: /tmp/log)
+# The logging filename if internal logging mode is log to file (Default: /tmp/dlt.log)
LoggingFilename = /tmp/dlt.log
########################################################################