TODO 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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 Find all the commonality between DECnet and IPv4 routing code and extract
  17. it into a small library of routines. [probably a project for 2.7.xx]
  18. o Add perfect socket hashing - an idea suggested by Paul Koning. Currently
  19. we have a half-way house scheme which seems to work reasonably well, but
  20. the full scheme is still worth implementing, its not not top of my list
  21. right now.
  22. o Add session control message flow control
  23. o Add NSP message flow control
  24. o DECnet sendpages() function
  25. o AIO for DECnet