gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r17545 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r17545 - gnunet/src/mesh
Date: Mon, 17 Oct 2011 14:54:45 +0200

Author: bartpolot
Date: 2011-10-17 14:54:45 +0200 (Mon, 17 Oct 2011)
New Revision: 17545

Modified:
   gnunet/src/mesh/gnunet-service-mesh.c
   gnunet/src/mesh/mesh.h
   gnunet/src/mesh/test_mesh_small_multicast.c
Log:
Updated TODO, docuementation, testcase

Modified: gnunet/src/mesh/gnunet-service-mesh.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh.c       2011-10-17 12:10:02 UTC (rev 
17544)
+++ gnunet/src/mesh/gnunet-service-mesh.c       2011-10-17 12:54:45 UTC (rev 
17545)
@@ -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"

Modified: gnunet/src/mesh/mesh.h
===================================================================
--- gnunet/src/mesh/mesh.h      2011-10-17 12:10:02 UTC (rev 17544)
+++ gnunet/src/mesh/mesh.h      2011-10-17 12:54:45 UTC (rev 17545)
@@ -107,7 +107,8 @@
 
 /**
  * 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;

Modified: gnunet/src/mesh/test_mesh_small_multicast.c
===================================================================
--- gnunet/src/mesh/test_mesh_small_multicast.c 2011-10-17 12:10:02 UTC (rev 
17544)
+++ gnunet/src/mesh/test_mesh_small_multicast.c 2011-10-17 12:54:45 UTC (rev 
17545)
@@ -371,7 +371,7 @@
                                       GNUNET_NO,
                                       0,
                                       GNUNET_TIME_UNIT_FOREVER_REL,
-                                      &d2->id,
+                                      NULL,
                                       sizeof(struct GNUNET_MessageHeader),
                                       &tmt_rdy,
                                       (void *) 1L);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]