diff options
Diffstat (limited to 'cpp/demo/Ice/hello/config.client')
-rw-r--r-- | cpp/demo/Ice/hello/config.client | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/cpp/demo/Ice/hello/config.client b/cpp/demo/Ice/hello/config.client index c71a06aa5a0..6140a70ea4a 100644 --- a/cpp/demo/Ice/hello/config.client +++ b/cpp/demo/Ice/hello/config.client @@ -2,7 +2,17 @@ # The client reads this property to create the reference to the # "hello" object in the server. # -Hello.Proxy=hello:tcp -h localhost -p 10000:udp -h localhost -p 10000:ssl -h localhost -p 10001 +Hello.Proxy=hello:tcp -p 10000:udp -p 10000:ssl -p 10001 + +# +# Uncomment to use the WebSocket transports instead. +# +#Hello.Proxy=hello:ws -p 10002:udp -p 10000:wss -p 10003 + +# +# Only connect to the localhost interface by default. +# +Ice.Default.Host=localhost # # Warn about connection exceptions @@ -47,7 +57,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 |