TODO
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:2k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. Steve'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.  o Proper timeouts on each neighbour (in routing mode) rather than
  4.    just the 60 second On-Ethernet cache value.
  5.  o Support for X.25 linklayer
  6.  o Support for DDCMP link layer
  7.  o The DDCMP device itself
  8.  o PPP support (rfc1762)
  9.  o Lots of testing with real applications
  10.  o Verify errors etc. against POSIX 1003.1g (draft)
  11.  o Using send/recvmsg() to get at connect/disconnect data (POSIX 1003.1g) 
  12.    [maybe this should be done at socket level... the control data in the
  13.     send/recvmsg() calls should simply be a vector of set/getsockopt()
  14.     calls]
  15.  o check MSG_CTRUNC is set where it should be.
  16.  o Start to hack together user level software and add more DECnet support
  17.    in ifconfig for example. 
  18.  o Test adding/deleting of routes
  19.  o Test route lookup
  20.  o Test /proc/net/decnet_route route listing works correctly (maybe I'll
  21.    change the format of this file... atm its very similar to the IPv4 route
  22.    file)
  23.  o Find all the commonality between DECnet and IPv4 routing code and extract 
  24.    it into a small library of routines. [probably a project for 2.5.xx]
  25.  o Test ip_gre tunneling works... it did the last time I tested it and it
  26.    will have to if I'm to test routing properly.
  27.  o Hello messages should be generated for each primary address on each
  28.    interface.
  29.  o Add the routing message grabbing netfilter module [written, tested,
  30.    awaiting merge]
  31.  o Add perfect socket hashing - an idea suggested by Paul Koning [part written,
  32.    awaiting debugging and merge]
  33.  o Add session control message flow control
  34.  o Add NSP message flow control
  35.  o DECnet sendpages() function