ICE 3.4.2
[php5-ice-freebsdport.git] / py / demo / Ice / async / config.server
blob147d3c96adebee970621a4458ff2666179f18416
2 # The server creates one single object adapter with the name
3 # "Hello". The following line sets the endpoints for this
4 # adapter.
6 Hello.Endpoints=tcp -p 10000
9 # Warn about connection exceptions
11 Ice.Warn.Connections=1
14 # Network Tracing
16 # 0 = no network tracing
17 # 1 = trace connection establishment and closure
18 # 2 = like 1, but more detailed
19 # 3 = like 2, but also trace data transfer
21 #Ice.Trace.Network=1
24 # Protocol Tracing
26 # 0 = no protocol tracing
27 # 1 = trace protocol messages
29 #Ice.Trace.Protocol=1