aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-06-24 02:44:27 +0000
committerBart Polot <bart@net.in.tum.de>2014-06-24 02:44:27 +0000
commit18f4df5b9e53d3b5b4ba6e69c3040bfec345eb17 (patch)
tree895ca2bc4e1a4faf7a213a939ebc96fc9032f14f /src
parent4b78b2765bc915eb1243aa1f21a1b57e826d7a22 (diff)
downloadgnunet-18f4df5b9e53d3b5b4ba6e69c3040bfec345eb17.tar.gz
gnunet-18f4df5b9e53d3b5b4ba6e69c3040bfec345eb17.zip
- doxygen
Diffstat (limited to 'src')
-rw-r--r--src/cadet/gnunet-service-cadet_tunnel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cadet/gnunet-service-cadet_tunnel.c b/src/cadet/gnunet-service-cadet_tunnel.c
index 7e02522ba..fb144c441 100644
--- a/src/cadet/gnunet-service-cadet_tunnel.c
+++ b/src/cadet/gnunet-service-cadet_tunnel.c
@@ -2629,11 +2629,11 @@ GCT_use_path (struct CadetTunnel *t, struct CadetPeerPath *p)
2629 2629
2630 2630
2631/** 2631/**
2632 * Count established (ready) connections of a tunnel. 2632 * Count created connections of a tunnel. Not necessarily ready connections!
2633 * 2633 *
2634 * @param t Tunnel on which to count. 2634 * @param t Tunnel on which to count.
2635 * 2635 *
2636 * @return Number of connections. 2636 * @return Number of connections created, either being established or ready.
2637 */ 2637 */
2638unsigned int 2638unsigned int
2639GCT_count_connections (struct CadetTunnel *t) 2639GCT_count_connections (struct CadetTunnel *t)