X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=TODO;h=e054e0996378fc5aa586d5c50bed163c854d20c0;hp=75a92b8fc5f2bcdd06e6ae9769e8eb4cf1955aac;hb=a07602c4fddfca9894f1d738959ae359695f5bf9;hpb=1243156a5e03a666b36bc4400f1402243a85c9a7 diff --git a/TODO b/TODO index 75a92b8f..e054e099 100644 --- a/TODO +++ b/TODO @@ -1,18 +1,16 @@ -* write better documentation +Todo list (in no specific order): -* Adapt it to IPv6 - better yet, any protocol. - * this would require to base routing on MAC addresses instead of IP - addresses, as is done now. If this can be done, IPX is also - supported. - * let tinc assign a MAC address to the tap device, based on some - whacky number - -* add a digital signature to each packet, using HMAC - -* enable encryption using other ciphers (IDEA) - * the library is already included, but it cannot be used. - -* allow multiple outgoing links, or a list of them, so that if a host - is not available, that we can select another from the list. - -* support for multiple protocols; PPTP, IPSec, NIAS, L2TP,... +* Compression +* Routing by MAC (allows for more than only IPv4) +* Store private key in a separate file +* Sanity checks on configuration directory +* Use efficient tree algorithms instead of linked lists +* Reenable queues for delayed packets +* Broadcast/multicast +* Windowing, chaffing, scattering, background noise +* ABC protocol (superscalabilty) +* Proxy ARP +* Eazy setup scripts (graphical?) +* FreeBSD and Solaris ports +* Threading +* Everything else not mentioned.