Corrected the default values of dlt.conf
authorChristian Muck <christian.muck@bmw.de>
Tue, 8 May 2012 08:02:36 +0000 (10:02 +0200)
committerChristian Muck <christian.muck@bmw.de>
Wed, 30 May 2012 07:05:28 +0000 (09:05 +0200)
Signed-off-by: Christian Muck <christian.muck@bmw.de>
src/daemon/dlt.conf

index 72ebaac..9883acc 100644 (file)
 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
 
 ########################################################################