summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO14
1 files changed, 14 insertions, 0 deletions
diff --git a/TODO b/TODO
index ddd54621b..5d0ba5fd0 100644
--- a/TODO
+++ b/TODO
@@ -7,3 +7,17 @@
7- Replace the horror in acconfig.h which tries to comphensate for the 7- Replace the horror in acconfig.h which tries to comphensate for the
8 lack of u_intXX_t types. There must be a better way. 8 lack of u_intXX_t types. There must be a better way.
9 9
10- Hanging on logout:
11
12localhost$ ssh remotehost
13remotehost$ sleep 20 &
14remotehost$ logout
15(ssh hangs at logout for 20 seconds)
16
17Worse:
18
19localhost$ ssh root@remotehost
20remotehost# httpd
21remotehost# logout
22(ssh hangs at logout forever)
23