summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/latency/config.client
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/demo/Ice/latency/config.client')
-rw-r--r--cpp/demo/Ice/latency/config.client21
1 files changed, 19 insertions, 2 deletions
diff --git a/cpp/demo/Ice/latency/config.client b/cpp/demo/Ice/latency/config.client
index fe9321872da..4d7eba42d18 100644
--- a/cpp/demo/Ice/latency/config.client
+++ b/cpp/demo/Ice/latency/config.client
@@ -2,7 +2,19 @@
# The client reads this property to create the reference to the "Ping"
# object in the server.
#
-Ping.Proxy=ping:default -p 10000 -h localhost
+Ping.Proxy=ping:tcp -p 10000
+#Ping.Proxy=ping:ssl -p 10001
+
+#
+# Uncomment to use the WebSocket transports instead.
+#
+#Ping.Proxy=ping:ws -p 10002
+#Ping.Proxy=ping:wss -p 10003
+
+#
+# Only connect to the localhost interface by default.
+#
+Ice.Default.Host=localhost
#
# Disable client-side ACM.
@@ -21,7 +33,12 @@ IceSSL.KeyFile=c_rsa1024_priv.pem
#
# IceMX configuration.
#
-#Ice.Admin.Endpoints=tcp -h localhost -p 10003
+#Ice.Admin.Endpoints=tcp -p 10004
Ice.Admin.InstanceName=client
IceMX.Metrics.Debug.GroupBy=id
IceMX.Metrics.ByParent.GroupBy=parent
+
+#
+# Install WebSocket transport plug-in
+#
+Ice.Plugin.IceWS=IceWS:createIceWS