diff options
Diffstat (limited to 'cpp/demo/IceStorm/replicated2/config.sub')
-rw-r--r-- | cpp/demo/IceStorm/replicated2/config.sub | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/cpp/demo/IceStorm/replicated2/config.sub b/cpp/demo/IceStorm/replicated2/config.sub new file mode 100644 index 00000000000..24a7d8d73e5 --- /dev/null +++ b/cpp/demo/IceStorm/replicated2/config.sub @@ -0,0 +1,20 @@ +# +# This property is used to configure the endpoints of the clock +# subscriber adapter. +# +Clock.Subscriber.Endpoints=tcp:udp + +# +# This property is used by the clients to connect to IceStorm. +# +TopicManager.Proxy=DemoIceStorm/TopicManager:default -p 10000:default -p 10010:default -p 10020 + +# +# Network Tracing +# +# 0 = no network tracing +# 1 = trace connection establishment and closure +# 2 = like 1, but more detailed +# 3 = like 2, but also trace data transfer +# +#Ice.Trace.Network=1 |