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