summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/throughput/config.client
blob: 022df70e11f7d72115211824147a40c78de1d948 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#
# The client reads this property to create the reference to the
# "Throughput" object in the server.
#
Throughput.Proxy=throughput:tcp -p 10000
#Throughput.Proxy=throughput:ssl -p 10001

#
# Uncomment to use the WebSocket transports instead.
#
#Throughput.Proxy=throughput:ws -p 10002
#Throughput.Proxy=throughput:wss -p 10003

#
# Only connect to the localhost interface by default.
#
Ice.Default.Host=localhost

#
# Disable client-side ACM.
#
Ice.ACM.Client=0

#
# SSL Configuration
#
Ice.Plugin.IceSSL=IceSSL:createIceSSL
IceSSL.DefaultDir=../../../../certs
IceSSL.CertAuthFile=cacert.pem
IceSSL.CertFile=c_rsa1024_pub.pem
IceSSL.KeyFile=c_rsa1024_priv.pem

#
# IceMX configuration.
#
#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