diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/demo/Ice/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/demo/Ice/README b/cpp/demo/Ice/README index 4b16053f75b..7b5dfdbc255 100644 --- a/cpp/demo/Ice/README +++ b/cpp/demo/Ice/README @@ -16,10 +16,10 @@ Demos in this directory: - bidir - This demo demonstrates bi-directional connections for + This demo shows how to use bi-directional connections for callbacks. This is typically used if the server cannot open a connection to the client to send callbacks, for example, because - firewalls block incoming connections for the client. + firewalls block incoming connections to the client. - callback |