Hi, Can someone from libssh2 community please help me with this issue?
Thanks, Ketul From: Ketul Barot Sent: Tuesday, March 05, 2019 10:25 AM To: libssh2-devel@cool.haxx.se Subject: RE: SFTP transfer hangs when the server connection has high latency RTT around 500 ms and 30% packet loss Hi, For some reason I am not able to reproduce the hang with sftp_write_nonblock.c but I did find the same thing happen with the curl. I have enabled the debug option and added the libssh2_trace as mentioned by you. Attaching the log file. It has both libcurl debug messages & libssh2 debug messages. Please take a look at the log file and I will try again to reproduce the hang with sftp_write_nonblock.c example. I will send the debug log for that once I reproduce the issue. Thanks, Ketul From: libssh2-devel <libssh2-devel-boun...@cool.haxx.se<mailto:libssh2-devel-boun...@cool.haxx.se>> On Behalf Of libssh2-devel-requ...@cool.haxx.se<mailto:libssh2-devel-requ...@cool.haxx.se> Sent: Saturday, March 02, 2019 6:00 AM To: libssh2-devel@cool.haxx.se<mailto:libssh2-devel@cool.haxx.se> Subject: libssh2-devel Digest, Vol 117, Issue 1 Send libssh2-devel mailing list submissions to libssh2-devel@cool.haxx.se<mailto:libssh2-devel@cool.haxx.se> To subscribe or unsubscribe via the World Wide Web, visit https://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel<https://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel> or, via email, send a message with subject or body 'help' to libssh2-devel-requ...@cool.haxx.se<mailto:libssh2-devel-requ...@cool.haxx.se> You can reach the person managing the list at libssh2-devel-ow...@cool.haxx.se<mailto:libssh2-devel-ow...@cool.haxx.se> When replying, please edit your Subject line so it is more specific than "Re: Contents of libssh2-devel digest..." Today's Topics: 1. Re: SFTP transfer hangs when the server connection has high latency RTT around 500 ms and 30% packet loss (Peter Stuge) ---------------------------------------------------------------------- Message: 1 Date: Fri, 1 Mar 2019 17:01:14 +0000 From: Peter Stuge <pe...@stuge.se<mailto:pe...@stuge.se>> To: libssh2-devel@cool.haxx.se<mailto:libssh2-devel@cool.haxx.se> Subject: Re: SFTP transfer hangs when the server connection has high latency RTT around 500 ms and 30% packet loss Message-ID: <20190301170114.22805.qm...@stuge.se<mailto:20190301170114.22805.qm...@stuge.se>> Content-Type: text/plain; charset=us-ascii Hi, Ketul Barot wrote: > To eliminate if libssh2 is the real reason for the hang. I used > sftp_write_nonblock.c as an example from the libssh2 examples and > used that to upload a file in my setup and here to I am seeing the > same behavior that the sftp_write_nonblock application get's hung. > > Would greatly appreciate if some one can look in to this. Also, I > can provide any extra debug information that would help to resolve > this issue. Yes, you will have to provide debug information for anyone to be able to analyze your problem. Ideally build the current libssh2 master code with debug messages enabled, and add a call like libssh2_trace(session, ~0); in sftp_write_nonblock.c maybe after the libssh2_userauth_ calls, before the first libssh2_sftp_ call. Then send the full output from that program for a run where the error happens to the list. Please log to a text file and attach that file to your mail, so that all information is kept intact. Thanks! //Peter ------------------------------ Subject: Digest Footer _______________________________________________ libssh2-devel mailing list libssh2-devel@cool.haxx.se<mailto:libssh2-devel@cool.haxx.se> https://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel<https://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel> ------------------------------ End of libssh2-devel Digest, Vol 117, Issue 1 *********************************************
_______________________________________________ libssh2-devel https://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel