Hey
Are we going for C89 as th level of portability for libssh2? I would vote for
that, but I'm interested in hearing what others think.
Currently the code isn't quite C89 clean but I think it should be fairly easy
to make it so.
On Wed, 13 Dec 2006, Chris Nystrom wrote:
>> Nothing within libssh2 should ever hang waiting for network traffic in
>> either direction if the socket is set non-blocking.
>
> Yes, a blocking read was the only thing that worked for me, which was a
> problem, as my app is multi-threaded and I can