1 * write better documentation
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
7 * let tinc assign a MAC address to the tap device, based on some
10 * add a digital signature to each packet, using HMAC
12 * enable encryption using other ciphers (IDEA)
13 * the library is already included, but it cannot be used.
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.
18 * support for multiple protocols; PPTP, IPSec, NIAS, L2TP,...