summaryrefslogtreecommitdiff
path: root/src/daemon/dlt.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/dlt.conf')
-rw-r--r--src/daemon/dlt.conf12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/daemon/dlt.conf b/src/daemon/dlt.conf
index 383cbab..1e4f566 100644
--- a/src/daemon/dlt.conf
+++ b/src/daemon/dlt.conf
@@ -28,9 +28,6 @@ SendContextRegistration = 1
# Set ECU ID (Default: ECU1)
ECUId = ECU1
-# Enable Gateway mode (Default: 0)
-# GatewayMode = 1
-
# Size of shared memory (Default: 100000)
SharedMemorySize = 100000
@@ -76,6 +73,15 @@ RingbufferStepSize = 500000
# ForceContextLogLevelAndTraceStatus = 1
########################################################################
+# Gateway Configuration #
+########################################################################
+# Enable Gateway mode (Default: 0)
+# GatewayMode = 1
+
+# Read gateway configuration from another location
+# GatewayConfigFile = /etc/dlt_gateway.conf
+
+########################################################################
# Control Application #
########################################################################
ControlSocketPath = /tmp/dlt-ctrl.sock