[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
How to set up timeout
[Thread Prev] | [Thread Next]
- Subject: How to set up timeout
- From: Franciszek Juras <franciszekjuras@xxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Sat, 6 Apr 2019 19:27:03 +0200
- To: libssh@xxxxxxxxxx
Hi, I noticed, that functions like ssh_channel_request_exec or sftp_open never return (or it takes very long time - didn't wait) if the connection is lost. I tried setting SSH_OPTIONS_TIMEOUT with ssh_options_set, but it didn't change anything. So how can I prevent functions from blocking forever? Why only few functions have *_timeout versions? Regards, FJ
Re: How to set up timeout | Andreas Schneider <asn@xxxxxxxxxxxxxx> |
Re: How to set up timeout | Franciszek Juras <franciszekjuras@xxxxxxxxx> |