> > > > > > So are we all set now in 1.2.1 with the hangs and issues Jeremy saw > > > with large packet sizes? I wasn't entirely sure from yesterday's > > > discussion if there was still an outstanding issue or not. > > > > > > Many thanks to all! > > > > > > > I think the hangs were fixed for Jeremy in SCP, however I still have > > issues > > with large buffer sizes using SFTP. I am going to try the 1.2.1 > release > > today just to make sure, but testing the snapshot that included > > Jeremy's fix > > did not change my symptoms. > > > > Neil > > > > I tested the 1.2.1 release tarball and the sftp_write.c example in > Linux > with a 65536 buffer is working. I will integrate the 1.2.1 release into > my > Windows code and see if that now works. > > Neil >
It goes from bad to worse. Maybe I should just go home. When I integrated the 1.2.1 source into my Windows application I still had the same failure. When looking back on my Linux system to see why it passed, I realized that I changed the source for larger buffers for the blocking example, but ran the nonblocking example (which is still using 1024 buffers). When I went back and tested the blocking sample with the large buffers it's back to the same lock up. _______________________________________________ libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel
