aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet/gnunet-service-cadet_connection.c')
-rw-r--r--src/cadet/gnunet-service-cadet_connection.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cadet/gnunet-service-cadet_connection.c b/src/cadet/gnunet-service-cadet_connection.c
index 66b67aa64..f01c1388e 100644
--- a/src/cadet/gnunet-service-cadet_connection.c
+++ b/src/cadet/gnunet-service-cadet_connection.c
@@ -431,9 +431,9 @@ GCC_ack_expected (const struct GNUNET_CADET_ConnectionTunnelIdentifier *cid)
431 431
432/** 432/**
433 * We observed an ACK for a message that was originally sent via 433 * We observed an ACK for a message that was originally sent via
434 * the connection identified by @a cti. 434 * the connection identified by @a cid.
435 * 435 *
436 * @param cti connection identifier where we got an ACK for a message 436 * @param cid connection identifier where we got an ACK for a message
437 * that was originally sent via this connection (the ACK 437 * that was originally sent via this connection (the ACK
438 * may have gotten back to us via a different connection). 438 * may have gotten back to us via a different connection).
439 */ 439 */
@@ -983,7 +983,7 @@ GCC_transmit (struct CadetConnection *cc, struct GNUNET_MQ_Envelope *env)
983 * Obtain the path used by this connection. 983 * Obtain the path used by this connection.
984 * 984 *
985 * @param cc connection 985 * @param cc connection
986 * @param off[out] set to the length of the path we use 986 * @param[out] off set to the length of the path we use
987 * @return path to @a cc 987 * @return path to @a cc
988 */ 988 */
989struct CadetPeerPath * 989struct CadetPeerPath *