From ffc79bcd20b2b8085c906a446318817808bc36ae Mon Sep 17 00:00:00 2001
From: Guus Sliepen <guus@tinc-vpn.org>
Date: Tue, 16 May 2000 16:07:15 +0000
Subject: [PATCH] TODO file reinstated: - Append your name to items if you're
 working on them. - Remove them if you fixed the problem/implemented that
 feature. - Add any (suspected) bugs.

---
 TODO | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 TODO

diff --git a/TODO b/TODO
new file mode 100644
index 00000000..3d0a7c8c
--- /dev/null
+++ b/TODO
@@ -0,0 +1,15 @@
+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.
+