summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/vsomeip.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/vsomeip.json b/config/vsomeip.json
index 66747c6..60c2f12 100644
--- a/config/vsomeip.json
+++ b/config/vsomeip.json
@@ -39,13 +39,13 @@
{
"service" : "0x1234",
"instance" : "0x5678",
- "reliable" : { "port" : "30509", "magic-cookies" : "false" },
+ "reliable" : { "port" : "30509", "enable-magic-cookies" : "false" },
"unreliable" : "31000"
},
{
"service" : "0x1235",
"instance" : "0x5678",
- "reliable" : { "port" : "30506", "magic-cookies" : false },
+ "reliable" : { "port" : "30506", "enable-magic-cookies" : false },
"unreliable" : "31000"
}
]