[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Why SSH_TIMEOUT_DEFAULT is always used in channel functions
[Thread Prev] | [Thread Next]
- Subject: Re: Why SSH_TIMEOUT_DEFAULT is always used in channel functions
- From: Andreas Schneider <asn@xxxxxxxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Tue, 09 Jul 2019 13:27:51 +0200
- To: libssh@xxxxxxxxxx
- Cc: Franciszek Juras <franciszekjuras@xxxxxxxxx>
On Tuesday, July 9, 2019 11:40:28 AM CEST Franciszek Juras wrote: > Hi, > I'm using libssh version 0.8.6 to send files and commands to a device. I > noticed, that if I disconnect ethernet cable, functions like > ssh_channel_request_exec or ssh_channel_open_session hang for a very long > time. After looking through the code I discovered, that all channel > functions use SSH_TIMEOUT_DEFAULT, thus ignoring user specified timeout. > Is this intended? If yes, how can I prevent my program from hanging in such > situations? Please use libssh 0.9. -- Andreas Schneider asn@xxxxxxxxxxxxxx GPG-ID: 8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D
Re: Why SSH_TIMEOUT_DEFAULT is always used in channel functions | Franciszek Juras <franciszekjuras@xxxxxxxxx> |
Why SSH_TIMEOUT_DEFAULT is always used in channel functions | Franciszek Juras <franciszekjuras@xxxxxxxxx> |