summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1996-10-31 09:08:25 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1996-10-31 09:08:25 +0000
commita397196e07c96d58bcd5a4da058de17fa5ea755b (patch)
tree2aa743dba4eab316d01c3e1cf0999e3d776608d1 /examples
parentaf97d5e546e8e41b73c107e859e21c9dcce882dd (diff)
downloadATCD-a397196e07c96d58bcd5a4da058de17fa5ea755b.tar.gz
Baz
Diffstat (limited to 'examples')
-rw-r--r--examples/IPC_SAP/SOCK_SAP/README13
1 files changed, 8 insertions, 5 deletions
diff --git a/examples/IPC_SAP/SOCK_SAP/README b/examples/IPC_SAP/SOCK_SAP/README
index 3155575ddb1..9f154faf6de 100644
--- a/examples/IPC_SAP/SOCK_SAP/README
+++ b/examples/IPC_SAP/SOCK_SAP/README
@@ -1,10 +1,13 @@
This directory contains groups of client and server test programs that
exercise the various C++ wrappers for sockets. In general, the test
-programs do more or less the same thing -- they transfer data from
-client to the server. Unless noted differently, the server is
-implemented as an "iterative server," i.e., it only deals with one
-client at a time. The following describes each set of tests in more
-detail:
+programs do more or less the same thing -- the client establishes a
+connection with the server and then transfers data to the server,
+which keeps printing the data until EOF is reached (e.g., user types
+^D).
+
+Unless noted differently, the server is implemented as an "iterative
+server," i.e., it only deals with one client at a time. The following
+describes each set of tests in more detail:
. C-inclient.cpp/C-inserver.cpp -- This is basically a C code
implementation that opens a connection to the server and