diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -8,19 +8,3 @@ | |||
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 | - Move all compatability cruft (bsd-*, fake-*) into subordinate library | 10 | - Move all compatability cruft (bsd-*, fake-*) into subordinate library |
11 | |||
12 | - Hanging on logout: | ||
13 | |||
14 | localhost$ ssh remotehost | ||
15 | remotehost$ sleep 20 & | ||
16 | remotehost$ logout | ||
17 | (ssh hangs at logout for 20 seconds) | ||
18 | |||
19 | Worse: | ||
20 | |||
21 | localhost$ ssh root@remotehost | ||
22 | remotehost# httpd | ||
23 | remotehost# logout | ||
24 | (ssh hangs at logout forever) | ||
25 | |||
26 | This appears to be a problem in the server. | ||