[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Non-Blocking Mode
[Thread Prev] | [Thread Next]
- Subject: Non-Blocking Mode
- From: Dustin Oprea <myselfasunder@xxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Fri, 6 Sep 2013 20:39:01 -0400
- To: libssh@xxxxxxxxxx
The ssh_set_blocking() call currently has the following disclaiming in the "master" documentation: nonblocking code is in development and won't work as expected This surprised me. Since there are dozens of functions that support non-blocking mode (by returning SSH_AGAIN when necessary), I thought non-blocking mode would've been an established feature. This must mean that the "remote shell" functionality is also limited, as its virtually useless without being in nonblocking mode. Does anyone know the status of this? Thanks. Dustin Oprea
Re: Non-Blocking Mode | Andreas Schneider <asn@xxxxxxxxxxxxxx> |