|
-
January 5th, 2010, 11:28 AM
#4
Re: Programming socket IOCP with OpenSSL
[Referring to the example code from the BIO_s_bio manpage]
After WSARecv completion make the data available to the SSL engine by using BIO_write(network_bio, ..., ...).
With BIO_read(network_bio, ..., ...) you can read the data from the engine and send it via WSASend.
Last edited by Grober; January 6th, 2010 at 11:41 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|