summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorArtyom Poptsov <poptsov.artyom@gmail.com>2013-07-14 13:55:36 +0400
committerArtyom Poptsov <poptsov.artyom@gmail.com>2013-07-14 13:55:36 +0400
commit85c1bd3fa8f82c2060ec60ac4035e229a01ba65b (patch)
treea122b493f0da7ce697bee68a3eb753dd527868c1 /TODO
parentMake the library thread-safe. (diff)
downloadguile-ssh-85c1bd3fa8f82c2060ec60ac4035e229a01ba65b.tar.gz
README, TODO: Update.
* README: Add info about dependencies. * TODO: Update.
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 2 insertions, 7 deletions
diff --git a/TODO b/TODO
index 58684be..38b5b56 100644
--- a/TODO
+++ b/TODO
@@ -1,9 +1,4 @@
-*- Mode: Outline -*-
-* Improve GC'ing of SSH channels.
- Array of channel references stored in session_data can only grow for
- now. Generally it means two things: a) the maximum number of
- channels is limited by UINT32_MAX, and b) closed channels won't be
- removed from the array. That is, if your program constantly opens
- new channels for one session, then at some point you can run into
- the problems with making new channels.
+* Implement SSH server API.
+