1
1

added two new issues to fix: socket type and better windowing

* make sure the windowing code adapts better to slow situations so that it
  doesn't then use as much memory as today

* Introduce a 'libssh2_socket_t' type for sockets in internal code
Этот коммит содержится в:
Daniel Stenberg 2009-07-27 23:58:06 +02:00
родитель 6f4463e81f
Коммит 5ac67d1268

5
TODO
Просмотреть файл

@ -1,6 +1,11 @@
Things TODO
===========
* make sure the windowing code adapts better to slow situations so that it
doesn't then use as much memory as today
* Introduce a 'libssh2_socket_t' type for sockets in internal code
* Provide a libssh2_scp_send() API for files larger than 4GB (32bit size)
* Convert the linked list code used all over to use the (new) generic linked