diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2009-04-27 11:01:08 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2009-04-27 11:01:08 -0230 |
commit | 2e99fc0e01631f57dbbaeae38ae872cab186e30c (patch) | |
tree | 7664e04ecd163eb0e12586f5cc733e7714629102 /cpp | |
parent | Fixed windows compile error (diff) | |
download | ice-2e99fc0e01631f57dbbaeae38ae872cab186e30c.tar.bz2 ice-2e99fc0e01631f57dbbaeae38ae872cab186e30c.tar.xz ice-2e99fc0e01631f57dbbaeae38ae872cab186e30c.zip |
Bug 3919 - remove ACM from hello demos
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/demo/Ice/hello/config.client | 8 | ||||
-rw-r--r-- | cpp/demo/Ice/hello/config.server | 8 |
2 files changed, 0 insertions, 16 deletions
diff --git a/cpp/demo/Ice/hello/config.client b/cpp/demo/Ice/hello/config.client index 2b86cb75c2e..c5cce485e97 100644 --- a/cpp/demo/Ice/hello/config.client +++ b/cpp/demo/Ice/hello/config.client @@ -10,14 +10,6 @@ Hello.Proxy=hello:tcp -p 10000:udp -p 10000:ssl -p 10001 Ice.Warn.Connections=1 # -# Client-side ACM is enabled by default, with an interval of 60 -# seconds. For this demo, we want to use a short timeout of 10 -# seconds. By enabling network tracing below, you can see ACM -# automatically close idle connections. -# -Ice.ACM.Client=10 - -# # Network Tracing # # 0 = no network tracing diff --git a/cpp/demo/Ice/hello/config.server b/cpp/demo/Ice/hello/config.server index cc4c1de1a5d..2cdf1c7043a 100644 --- a/cpp/demo/Ice/hello/config.server +++ b/cpp/demo/Ice/hello/config.server @@ -11,14 +11,6 @@ Hello.Endpoints=tcp -p 10000:udp -p 10000:ssl -p 10001 Ice.Warn.Connections=1 # -# Server-side ACM is disabled by default. For this demo, we want it -# enabled and set to a short timeout of 10 seconds. By enabling -# network tracing below, you can see ACM automatically close idle -# connections. -# -Ice.ACM.Server=10 - -# # Network Tracing # # 0 = no network tracing |