I have an application which uses long running HTTP POST requests. Once
the POST has been sent the client cannot send any more bytes on the
TCP connection. However I would like to generate keep alive traffic to
probe the state of the connection. Can I do this by forcing OpenSSL to
generate traffic in some way that does not affect the user data
stream, and is preferably light weight, e.g. a single TCP packet from
client to server and then again a single packet from server to client?
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to