summaryrefslogtreecommitdiff
path: root/src/daemon/dlt.conf
diff options
context:
space:
mode:
authorAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2013-11-29 12:21:24 +0100
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2014-01-10 07:15:45 +0100
commit67c51523071c338b9d800d47683a9a3417348508 (patch)
treef7f0b32c5e6b2743d03783a5ba65c616964a9fe5 /src/daemon/dlt.conf
parent2ac9cc302f661cc4955ad2901cc02ea84c3ff81f (diff)
downloadDLT-daemon-67c51523071c338b9d800d47683a9a3417348508.tar.gz
Configurable Timeout on send.
Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
Diffstat (limited to 'src/daemon/dlt.conf')
-rw-r--r--src/daemon/dlt.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/daemon/dlt.conf b/src/daemon/dlt.conf
index 909d4f4..e09129a 100644
--- a/src/daemon/dlt.conf
+++ b/src/daemon/dlt.conf
@@ -41,6 +41,9 @@ LoggingLevel = 6
# The logging filename if internal logging mode is log to file (Default: /tmp/dlt.log)
LoggingFilename = /tmp/dlt.log
+# Timeout on send to client (sec)
+TimeOutOnSend = 4
+
########################################################################
# Offline Trace memory #
########################################################################