diff options
Diffstat (limited to 'py/demo/Ice/throughput/config.client')
-rw-r--r-- | py/demo/Ice/throughput/config.client | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/py/demo/Ice/throughput/config.client b/py/demo/Ice/throughput/config.client index 1e271e29c88..6d52096ef3e 100644 --- a/py/demo/Ice/throughput/config.client +++ b/py/demo/Ice/throughput/config.client @@ -2,7 +2,7 @@ # The client reads this property to create the reference to the # "Throughput" object in the server. # -Throughput.Proxy=throughput:default -p 10000 -h localhost +Throughput.Proxy=throughput:ws -p 10002 -h localhost:wss -p 10003 -h localhost # # Disable client-side ACM. @@ -13,7 +13,7 @@ Ice.ACM.Client=0 # SSL Configuration # Ice.Plugin.IceSSL=IceSSL:createIceSSL -IceSSL.DefaultDir=../../../../certs +IceSSL.DefaultDir=../../../../certs/wss IceSSL.CertAuthFile=cacert.pem IceSSL.CertFile=c_rsa1024_pub.pem IceSSL.KeyFile=c_rsa1024_priv.pem @@ -21,7 +21,12 @@ IceSSL.KeyFile=c_rsa1024_priv.pem # # IceMX configuration. # -#Ice.Admin.Endpoints=tcp -h localhost -p 10003 +#Ice.Admin.Endpoints=tcp -h localhost -p 10004 Ice.Admin.InstanceName=client IceMX.Metrics.Debug.GroupBy=id IceMX.Metrics.ByParent.GroupBy=parent + +# +# Websocket transport plugin +# +Ice.Plugin.IceWS=IceWS:createIceWS |