Forgot to synchronise po/ directory...
[tinc] / TODO
diff --git a/TODO b/TODO
index 3d0a7c8..4c4938e 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,15 +1,14 @@
-Things left to do to make cabal superstable:
---------------------------------------------
- * Check for connection loops. Inter-daemon
-   connections should always satisfy the
-   tree property.
- * Check for duplicates. If there's a
-   timeout and a host reconnects before the
-   old connection is closed, duplicate
-   entries appear in every connection list.
- * Redundancy: multiple ConnectTo lines, if
-   one fails others might be tried.
- * Persistence: don't quit when no connection
-   can be made directly after start of the
-   daemon.
+TODO LIST
 
+* Stop using UDP source address as the identifier of the remote tinc daemon.
+  Use a unique number sent along with ANS_KEY.
+
+* Efficient multicast support.
+
+* Check if caches using hash tables speed up route.c.
+
+* Streamline the meta protocol. Use a binary format?
+
+* Add (hooks for) a (graphical) frontend, like Pokey.
+
+* Implement future goals as mentioned on the website.