UnknownPerson
Programmer
Hi to all.
I am writting a daemon with OpenSSL apis. Its kind of a textual questions and answers type of daemon.
The problem is that when I BIO_write("something") it doesnt send it immediatly. It has a intermediate buffer and it keeps it there *even* if I BIO_flush().
How do I flush the SSL so the data will be sent??
Thanks to everybody,
Rodrigo
I am writting a daemon with OpenSSL apis. Its kind of a textual questions and answers type of daemon.
The problem is that when I BIO_write("something") it doesnt send it immediatly. It has a intermediate buffer and it keeps it there *even* if I BIO_flush().
How do I flush the SSL so the data will be sent??
Thanks to everybody,
Rodrigo