Dne 15.10.2014 v 6:36 Jakob Egger napsal(a):
> No need to use private functions. Just use non-blocking mode.
>
> Use libssh2_session_init, then use libssh2_session_set_blocking to
> enable non-blocking mode, and then call libssh2_session_handshake
> repeatedly until it no longer returns LIBSSH2_ERROR_EAGAIN
>
> I'm not aware of how fibers work, but I guess you would call yield()
> inbetween libssh2 API calls.
>
> (I tried to send this email yesterday, but used the wrong from-address,
> and the list server seems to have ignored it.)
Hi, thank you and Alexander for answers.
It is working as intended.
Martin
_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel