Hi
I have a Visual C++ app with a class derived from CAsyncSocket, implementing the OpenSSL library.
At the moment I let OpenSSL API calls take care of all the reads and writes.
Can I send/receive TCP urgent data ("out-of-band" data) with direct calls on the socket, without interfering with the operation of SSL?
 
cheers,
Neil Humphreys.

Reply via email to