aboutsummaryrefslogtreecommitdiffstats
path: root/net/decnet/TODO
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-16 18:20:36 -0400
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-16 18:20:36 -0400
commit1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 (patch)
tree0bba044c4ce775e45a88a51686b5d9f90697ea9d /net/decnet/TODO
Linux-2.6.12-rc2v2.6.12-rc2
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!
Diffstat (limited to 'net/decnet/TODO')
-rw-r--r--net/decnet/TODO41
1 files changed, 41 insertions, 0 deletions
diff --git a/net/decnet/TODO b/net/decnet/TODO
new file mode 100644
index 000000000000..ebb5ac69d128
--- /dev/null
+++ b/net/decnet/TODO
@@ -0,0 +1,41 @@
1Steve's quick list of things that need finishing off:
2[they are in no particular order and range from the trivial to the long winded]
3
4 o Proper timeouts on each neighbour (in routing mode) rather than
5 just the 60 second On-Ethernet cache value.
6
7 o Support for X.25 linklayer
8
9 o Support for DDCMP link layer
10
11 o The DDCMP device itself
12
13 o PPP support (rfc1762)
14
15 o Lots of testing with real applications
16
17 o Verify errors etc. against POSIX 1003.1g (draft)
18
19 o Using send/recvmsg() to get at connect/disconnect data (POSIX 1003.1g)
20 [maybe this should be done at socket level... the control data in the
21 send/recvmsg() calls should simply be a vector of set/getsockopt()
22 calls]
23
24 o check MSG_CTRUNC is set where it should be.
25
26 o Find all the commonality between DECnet and IPv4 routing code and extract
27 it into a small library of routines. [probably a project for 2.7.xx]
28
29 o Add perfect socket hashing - an idea suggested by Paul Koning. Currently
30 we have a half-way house scheme which seems to work reasonably well, but
31 the full scheme is still worth implementing, its not not top of my list
32 right now.
33
34 o Add session control message flow control
35
36 o Add NSP message flow control
37
38 o DECnet sendpages() function
39
40 o AIO for DECnet
41