ICE 3.4.2
[php5-ice-freebsdport.git] / cpp / demo / Ice / bidir / config.server
blobd951b63be3ca8692068cb2d557bdf3b1f5db84c2
2 # The server creates one single object adapter with the name
3 # "Callback.Server". The following line sets the endpoints for this
4 # adapter.
6 Callback.Server.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