From: Guus Sliepen Date: Fri, 25 Jul 2014 22:40:37 +0000 (+0200) Subject: Update the TODO list. X-Git-Url: http://git.meshlink.io/?p=meshlink;a=commitdiff_plain;h=0899f51a44366f11a49dd53d67ceb7712a02e650 Update the TODO list. --- diff --git a/TODO b/TODO index 68746e1b..cba438b6 100644 --- 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.