summaryrefslogtreecommitdiff
path: root/config/vsomeip-tcp-client.json
diff options
context:
space:
mode:
Diffstat (limited to 'config/vsomeip-tcp-client.json')
-rw-r--r--config/vsomeip-tcp-client.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/vsomeip-tcp-client.json b/config/vsomeip-tcp-client.json
index ead6173..17aadbd 100644
--- a/config/vsomeip-tcp-client.json
+++ b/config/vsomeip-tcp-client.json
@@ -31,13 +31,13 @@
[
{
"name" : "remote",
- "unicast" : "192.168.56.104",
+ "unicast" : "192.168.56.105",
"services" :
[
{
"service" : "0x1234",
"instance" : "0x5678",
- "reliable" : { "port" : "30509", "magic-cookies" : false },
+ "reliable" : { "port" : "30509", "enable-magic-cookies" : false },
"events" :
[
{
@@ -76,7 +76,7 @@
"service-discovery" :
{
"enable" : "true",
- "multicast" : "224.0.0.1",
+ "multicast" : "224.244.224.245",
"port" : "30490",
"protocol" : "udp"
}