diff options
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 |