aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh.h
diff options
context:
space:
mode:
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;