summaryrefslogtreecommitdiffstats
path: root/net/decnet/TODO
blob: fe8184e03cf62d89f83dd3a0f32ad59d4ec486a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Steve's quick list of things that need finishing off:
[they are in no particular order and range from the trivial to the long winded]

 o Proper timeouts on each neighbour (in routing mode) rather than
   just the 60 second On-Ethernet cache value.

 o Routing stuff in dn_fib.c

 o Misc. get/set_sockopt() functions [done for the time being, more later]

 o Support for X.25 linklayer

 o Support for DDCMP link layer

 o The DDCMP device itself

 o PPP support (rfc1762)

 o sendmsg() in the raw socket layer

 o Better filtering of traffic in raw sockets

 o Fix /proc for raw sockets

 o Lots of testing with real applications

 o Verify errors etc. against POSIX 1003.1g (draft)

 o Using send/recvmsg() to get at connect/disconnect data (POSIX 1003.1g) 
   [maybe this should be done at socket level... the control data in the
    send/recvmsg() calls should simply be a vector of set/getsockopt()
    calls]

 o check MSG_TRUNC, MSG_CTRUNC are set where they should be.

 o Work out if I really need support for rtnetlink "link" messages and if
   so how they should be handled.

 o More rtnetlink "route" message support & testing of this code

 o Routing ioctl() support

 o Start to hack together user level software and add more DECnet support
   in ifconfig for example. 

 o Fix conninit_rx to check out each CI before queuing it

 o Work out which errors we can return from conninit_rx, and how to do it

 o Check out receiving of errors in the light of what conninit_rx can return