todo list
authorChristian Grothoff <christian@grothoff.org>
Tue, 30 Aug 2011 13:16:07 +0000 (13:16 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 30 Aug 2011 13:16:07 +0000 (13:16 +0000)
src/mesh/mesh_api_new.c

index b9d6cd41af431b50b11a9b76d5877222aa1b78ba..84e3c7f3867e68871e647d48c81792123145e22b 100644 (file)
  * @brief mesh api: client implementation of mesh service
  * @author Bartlomiej Polot
  *
+ * TODO:
+ * - handle reconnect (service crash/disconnect) properly
+ * - count only data for queue length; store current queue length
+ *   with tunnel instead of counting each time
+ *   (also count per tunnel instead of for the entire mesh handle?)
+ * - callbacks to client missing on certain events
+ * - processing messages from service is incomplete
+ *
  * STRUCTURE:
  * - CONSTANTS
  * - DATA STRUCTURES
@@ -51,6 +59,9 @@ extern "C"
 #include "mesh.h"
 #include "mesh_protocol.h"
 
+/**
+ * TODO: replace with extra argument to mesh-connect.
+ */
 #define MESH_API_MAX_QUEUE 10
 
 /******************************************************************************/