aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-10-17 12:54:45 +0000
committerBart Polot <bart@net.in.tum.de>2011-10-17 12:54:45 +0000
commit7a6ddbe8707368fc67b9b6f687e6f50781393531 (patch)
tree854e0e76cba112a547bff882126dcd06fd8fd716 /src/mesh/gnunet-service-mesh.c
parent7607c33464325ae6974ca2a685940b1438120fe2 (diff)
downloadgnunet-7a6ddbe8707368fc67b9b6f687e6f50781393531.tar.gz
gnunet-7a6ddbe8707368fc67b9b6f687e6f50781393531.zip
Updated TODO, docuementation, testcase
Diffstat (limited to 'src/mesh/gnunet-service-mesh.c')
-rw-r--r--src/mesh/gnunet-service-mesh.c3
1 files changed, 1 insertions, 2 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 @@
40 * - add vs create? change vs. keep-alive? same msg or different ones? -- thinking... 40 * - add vs create? change vs. keep-alive? same msg or different ones? -- thinking...
41 * - speed requirement specification (change?) in mesh API -- API call 41 * - speed requirement specification (change?) in mesh API -- API call
42 * - add ping message 42 * - add ping message
43 * - add connection confirmation message 43 * - relay corking down to core
44 * - handle trnsmt_rdy return values
45 */ 44 */
46 45
47#include "platform.h" 46#include "platform.h"