dropin.c/h contain a set of drop-in replacements for non-standard C
[tinc] / TODO
diff --git a/TODO b/TODO
index 75a92b8..df5a259 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,18 +1,22 @@
-* write better documentation
+TODO LIST
 
 
-* 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
+Goals for 1.0 release:
 
 
-* add a digital signature to each packet, using HMAC
+* Check Solaris port
+* Check different linux architectures (x86, alpha done)
+* Store private key in a separate file
+* Sanity checks on configuration directory
+* Use efficient tree algorithms instead of linked lists (largely done)
+* Reenable queues for delayed packets
 
 
-* 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.
+Goals for future releases:
 
 
-* support for multiple protocols; PPTP, IPSec, NIAS, L2TP,...
+* Compression
+* Routing by MAC (allows for more than only IPv4)
+* Broadcast/multicast
+* Windowing, chaffing, scattering, background noise
+* ABC protocol (superscalabilty)
+* Proxy ARP
+* Eazy setup scripts (graphical?)
+* Threading