aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_cadet_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-22 22:50:38 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-22 22:50:38 +0100
commitffbed5b3745b92041d1bdff1bd22e95778bdc7bf (patch)
tree80d58edd5d33ae5cc0c44c7adb41a7ed6a682ada /src/include/gnunet_cadet_service.h
parentd6142b7f56400dbe45361c17c44ffab64a9b2c7f (diff)
downloadgnunet-ffbed5b3745b92041d1bdff1bd22e95778bdc7bf.tar.gz
gnunet-ffbed5b3745b92041d1bdff1bd22e95778bdc7bf.zip
API documentation, logging
Diffstat (limited to 'src/include/gnunet_cadet_service.h')
-rw-r--r--src/include/gnunet_cadet_service.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/include/gnunet_cadet_service.h b/src/include/gnunet_cadet_service.h
index 7090d4410..68d557d1c 100644
--- a/src/include/gnunet_cadet_service.h
+++ b/src/include/gnunet_cadet_service.h
@@ -497,7 +497,12 @@ struct GNUNET_CADET_ChannelTunnelNumber
497{ 497{
498 /** 498 /**
499 * Which number does this channel have that uniquely identfies 499 * Which number does this channel have that uniquely identfies
500 * it within its tunnel? 500 * it within its tunnel, in network byte order.
501 *
502 * Given two peers, both may initiate channels over the same tunnel.
503 * The @e cn must be greater or equal to 0x80000000 (high-bit set)
504 * for tunnels initiated with the peer that has the larger peer
505 * identity as compared using #GNUNET_CRYPTO_cmp_peer_identity().
501 */ 506 */
502 uint32_t cn GNUNET_PACKED; 507 uint32_t cn GNUNET_PACKED;
503}; 508};