aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh.h
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/mesh.h
parent7607c33464325ae6974ca2a685940b1438120fe2 (diff)
downloadgnunet-7a6ddbe8707368fc67b9b6f687e6f50781393531.tar.gz
gnunet-7a6ddbe8707368fc67b9b6f687e6f50781393531.zip
Updated TODO, docuementation, testcase
Diffstat (limited to 'src/mesh/mesh.h')
-rw-r--r--src/mesh/mesh.h3
1 files changed, 2 insertions, 1 deletions
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
107 107
108/** 108/**
109 * Type for tunnel numbering. 109 * Type for tunnel numbering.
110 * - Local tunnel numbers are >= 0x80000000 110 * - Local tunnel numbers given by the service (incoming) are >= 0xB0000000
111 * - Local tunnel numbers given by the client (created) are >= 0x80000000
111 * - Global tunnel numbers are < 0x80000000 112 * - Global tunnel numbers are < 0x80000000
112 */ 113 */
113typedef uint32_t MESH_TunnelNumber; 114typedef uint32_t MESH_TunnelNumber;