]> git.meshlink.io Git - meshlink/commitdiff
Update the TODO list.
authorGuus Sliepen <guus@meshlink.io>
Fri, 25 Jul 2014 22:40:37 +0000 (00:40 +0200)
committerGuus Sliepen <guus@meshlink.io>
Fri, 25 Jul 2014 22:40:37 +0000 (00:40 +0200)
TODO

diff --git a/TODO b/TODO
index 68746e1b6ac54a36317f8f81ff71ef972690d3d4..cba438b68d0256f0b9415a8cc4b05817b7243efb 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,9 +1,12 @@
 TODO list for MeshLink
 ----------------------
 
+* Speed up start: immediately do outgoing connections instead of waiting 5 seconds.
+
 * meshlink_join():
   - add checks that we only join another mesh if we did not connect to any other node before.
   - only allow meshlink_join() when the library thread is not running.
+  - remove old host config file if the invitation gave the node a different name.
 
 * Allow meshlink_open() to be called with a NULL name, in anticipation of meshlink_join().
   - Do not allow meshlink_start() if no Name is set.