summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Feuer <mfeuer@jaguarlandrover.com>2015-07-01 21:33:10 +0200
committerGerrit Code Review <support@gerrithub.io>2015-07-01 21:33:10 +0200
commitd8a473f07d9eb45b70439cef7f85baf4a7b76ef2 (patch)
treef6dc520e438fb60e336c2239da5c8d59e6142d7d
parent889781005911b2f6ceb95433880999680bbe7ac7 (diff)
parent111bb4ebb447c5d81a110971a1ea800793530740 (diff)
downloadrvi_core-d8a473f07d9eb45b70439cef7f85baf4a7b76ef2.tar.gz
Merge "Added default encoding rule for messages in Tizen." into release-next
-rw-r--r--packaging/tizen.config12
1 files changed, 10 insertions, 2 deletions
diff --git a/packaging/tizen.config b/packaging/tizen.config
index 8fd7198..3423adc 100644
--- a/packaging/tizen.config
+++ b/packaging/tizen.config
@@ -211,11 +211,19 @@
%% be queued until it times out, waiting for a remote node
%% to connect and announce that it can handle the targeted service.
{ "jlr.com/backend/",
- %% Which protocol and data link pair to use when transmitting the message
- %% to the targeted service. If a pair reports a failure, the next pair is tried.
+ %% Which protocol and data link pair to use when
+ %% transmitting the message to the targeted service. If a
+ %% pair reports a failure, the next protocol / data link
+ %% listed under the same prefix is tried.
[
{ proto_json_rpc, { dlink_tcp_rpc, [ { target, "38.129.64.31:8807" } ]}}
]
+ },
+ %% General rule
+ { "jlr.com/",
+ [
+ { proto_json_rpc, { dlink_tcp_rpc, [ ]}}
+ ]
}
]
},