summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rw-r--r--cpp/demo/IceStorm/clock/README10
1 files changed, 3 insertions, 7 deletions
diff --git a/cpp/demo/IceStorm/clock/README b/cpp/demo/IceStorm/clock/README
index 84e0073a025..37ea77ac6b4 100644
--- a/cpp/demo/IceStorm/clock/README
+++ b/cpp/demo/IceStorm/clock/README
@@ -111,8 +111,8 @@ addresses in the steps below:
TopicManager.Proxy=DemoIceStorm/TopicManager:default -h <I> -p 10000
-3. If you have a complex local network, such as hosts with multiple
- network adapters, you may also want to modify the Endpoints
+3. Since the default configurations for the subscriber and IceStorm
+ endpoints listen only to localhost, you must also modify the Endpoints
properties to explicitly include the host machine's name or IP
address.
@@ -125,12 +125,8 @@ addresses in the steps below:
IceStorm.TopicManager.Endpoints=default -h <I> -p 10000
IceStorm.Publish.Endpoints=tcp -h <I> -p 10001:udp -h <I> -p 10001
- In config.icebox:
-
- Ice.Admin.Endpoints=tcp -h <I> -p 9996
-
If you experience any network delays or errors, edit all of the
configuration files and enable the Ice.Trace.Network property. Running
the processes with this property enabled displays a log of Ice's
network activity and may help you to identify the problem more
-quickly.
+quickly. \ No newline at end of file