A short notice from Mads Kiilerich.
[tinc] / TODO
1 * write better documentation
2
3 * Adapt it to IPv6 - better yet, any protocol.
4   * this would require to base routing on MAC addresses instead of IP
5     addresses, as is done now. If this can be done, IPX is also
6     supported.
7   * let tinc assign a MAC address to the tap device, based on some
8     whacky number
9
10 * add a digital signature to each packet, using HMAC
11
12 * enable encryption using other ciphers (IDEA)
13   * the library is already included, but it cannot be used.
14
15 * allow multiple outgoing links, or a list of them, so that if a host
16   is not available, that we can select another from the list.
17
18 * support for multiple protocols; PPTP, IPSec, NIAS, L2TP,...