aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_connection.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2016-11-04 09:47:12 +0000
committerBart Polot <bart@net.in.tum.de>2016-11-04 09:47:12 +0000
commit66fb4c43c0a347911070dbd274606471a013137e (patch)
tree51cc46af5f8233bffbb65f0fd4077a56e569eccb /src/cadet/gnunet-service-cadet_connection.c
parentdb0bbaa1293f15ca825c69addfaa76beab40829e (diff)
downloadgnunet-66fb4c43c0a347911070dbd274606471a013137e.tar.gz
gnunet-66fb4c43c0a347911070dbd274606471a013137e.zip
- doc
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?