Updated TODO, docuementation, testcase
authorBart Polot <bart@net.in.tum.de>
Mon, 17 Oct 2011 12:54:45 +0000 (12:54 +0000)
committerBart Polot <bart@net.in.tum.de>
Mon, 17 Oct 2011 12:54:45 +0000 (12:54 +0000)
src/mesh/gnunet-service-mesh.c
src/mesh/mesh.h
src/mesh/test_mesh_small_multicast.c

index da0af99b1634682c710b06e76b66f09517731d4c..97f0f985b681272bde6b82b81f271c97914674a2 100644 (file)
@@ -40,8 +40,7 @@
  * - add vs create? change vs. keep-alive? same msg or different ones? -- thinking...
  * - speed requirement specification (change?) in mesh API -- API call
  * - add ping message
- * - add connection confirmation message
- * - handle trnsmt_rdy return values
+ * - relay corking down to core
  */
 
 #include "platform.h"
index e816e5ddcab91cc6a825cb7f00440686df4219a3..0c54d72c949715c04c315735450c42a44f3e1216 100644 (file)
@@ -107,7 +107,8 @@ struct GNUNET_MESH_ClientConnect
 
 /**
  * Type for tunnel numbering.
- * - Local tunnel numbers are >= 0x80000000
+ * - Local tunnel numbers given by the service (incoming) are >= 0xB0000000
+ * - Local tunnel numbers given by the client (created) are >= 0x80000000
  * - Global tunnel numbers are < 0x80000000
  */
 typedef uint32_t MESH_TunnelNumber;
index bb76e087819e59973abf53be6289b5c938cb54cb..837942de6f62726e3c58e2896a97590cec868655 100644 (file)
@@ -371,7 +371,7 @@ ch (void *cls, const struct GNUNET_PeerIdentity *peer,
                                       GNUNET_NO,
                                       0,
                                       GNUNET_TIME_UNIT_FOREVER_REL,
-                                      &d2->id,
+                                      NULL,
                                       sizeof(struct GNUNET_MessageHeader),
                                       &tmt_rdy,
                                       (void *) 1L);