From 7a6ddbe8707368fc67b9b6f687e6f50781393531 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Mon, 17 Oct 2011 12:54:45 +0000 Subject: [PATCH] Updated TODO, docuementation, testcase --- src/mesh/gnunet-service-mesh.c | 3 +-- src/mesh/mesh.h | 3 ++- src/mesh/test_mesh_small_multicast.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c index da0af99b1..97f0f985b 100644 --- a/src/mesh/gnunet-service-mesh.c +++ b/src/mesh/gnunet-service-mesh.c @@ -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" diff --git a/src/mesh/mesh.h b/src/mesh/mesh.h index e816e5ddc..0c54d72c9 100644 --- a/src/mesh/mesh.h +++ b/src/mesh/mesh.h @@ -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; diff --git a/src/mesh/test_mesh_small_multicast.c b/src/mesh/test_mesh_small_multicast.c index bb76e0878..837942de6 100644 --- a/src/mesh/test_mesh_small_multicast.c +++ b/src/mesh/test_mesh_small_multicast.c @@ -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); -- 2.25.1