diff options
Diffstat (limited to 'src/mesh/mesh.h')
-rw-r--r-- | src/mesh/mesh.h | 3 |
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 /** * 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; |