X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;ds=sidebyside;f=TODO;fp=TODO;h=cba438b68d0256f0b9415a8cc4b05817b7243efb;hb=0899f51a44366f11a49dd53d67ceb7712a02e650;hp=68746e1b6ac54a36317f8f81ff71ef972690d3d4;hpb=9f9925cb0726874c5d1f4fc266df54c0437a4660;p=meshlink 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.