Merge pull request #2216 from jwillemsen/jwi-cxxversionchecks
[ACE_TAO.git] / ACE / examples / IPC_SAP / SSL_SAP / README
blobf47c084da1364cded93f73504764311ae63679c3
1 This directory contains groups of client and server test programs that
2 exercise the various C++ wrappers for SSL sockets.  In general, the
3 test programs do more or less the same thing -- the client establishes
4 a connection with the server and then transfers data to the server,
5 which keeps printing the data until EOF is reached (e.g., user types
6 ^D).
8 Unless noted differently, the server is implemented as an "iterative
9 server," i.e., it only deals with one client at a time.  The following
10 describes each set of tests in more detail:
12   . SSL-{client,server}.cpp -- This test allows you to test
13           oneway and twoway socket communication latency and
14           throughput over SSL between two processes on the same
15           machine or on different machines.