Small corrections to the manuals.
[tinc] / TODO
1 TODO LIST
2
3 Goals for 1.0 release:
4
5 * Check Solaris port
6 * Check FreeBSD port again
7 * Check different linux architectures (x86, alpha and sparc32 done)
8 * Store private key in a separate file (done, 1 dec 2000)
9 * Sanity checks on configuration directory (mostly done)
10 * Use efficient tree algorithms instead of linked lists (done)
11 * Reenable queues for delayed packets (done)
12 * Merge documentation files (SECURITY, INSTALL, PROTOCOL) into tinc.texi
13 * Different authentication scheme (done)
14 * Add randomness to packet headers and PING/PONG requests (done)
15
16 Goals for future releases:
17
18 * Compression
19 * Routing by MAC/switching (allows for more than only IPv4)
20 * Broadcast/multicast
21 * Windowing, chaffing, scattering, background noise
22 * ABC protocol (superscalabilty)
23 * Proxy ARP
24 * Easy setup scripts (graphical?)
25 * Threading