ICE 3.4.2
[php5-ice-freebsdport.git] / vb / demo / Ice / async / config.client
blob0cea3d3bc2641ce3b1cade9019f8d071af82be52
2 # The client reads this property to create the reference to the
3 # "hello" object in the server.
5 Hello.Proxy=hello:tcp -p 10000
8 # Warn about connection exceptions
10 Ice.Warn.Connections=1
13 # Network Tracing
15 # 0 = no network tracing
16 # 1 = trace connection establishment and closure
17 # 2 = like 1, but more detailed
18 # 3 = like 2, but also trace data transfer
20 #Ice.Trace.Network=1
23 # Protocol Tracing
25 # 0 = no protocol tracing
26 # 1 = trace protocol messages
28 #Ice.Trace.Protocol=1