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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cadet/gnunet-service-cadet_connection.c b/src/cadet/gnunet-service-cadet_connection.c
index c88df79fd..fb857b846 100644
--- a/src/cadet/gnunet-service-cadet_connection.c
+++ b/src/cadet/gnunet-service-cadet_connection.c
@@ -3236,6 +3236,8 @@ GCC_is_direct (struct CadetConnection *c)
3236 * 3236 *
3237 * @param message Message to send. 3237 * @param message Message to send.
3238 * @param payload_type Type of payload, in case the message is encrypted. 3238 * @param payload_type Type of payload, in case the message is encrypted.
3239 * 0 for restransmissions (when type is no longer known)
3240 * UINT16_MAX when not applicable.
3239 * @param payload_id ID of the payload (PID, ACK, ...). 3241 * @param payload_id ID of the payload (PID, ACK, ...).
3240 * @param c Connection on which this message is transmitted. 3242 * @param c Connection on which this message is transmitted.
3241 * @param fwd Is this a fwd message? 3243 * @param fwd Is this a fwd message?