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