1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-12-05 01:22:38 +03:00
Files
libssh2/example/sftp_write_nonblock.c
Daniel Stenberg 31d71a94f2 sftp_write_nonblock: select() on socket, use *BIG* buffer, time transfer
The select() is just to make it nicer so that it doesn't
crazy-loop on EAGAIN. The buffer size thing is mostly to verify
that this really work as supposed.

Transfer timing is just a minor thing, but it can just as well be
there and help us time and work on performance easier using out
of the box examples.
2010-06-11 16:03:33 +02:00

7.1 KiB