aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_connection.h
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.h
parentdb0bbaa1293f15ca825c69addfaa76beab40829e (diff)
downloadgnunet-66fb4c43c0a347911070dbd274606471a013137e.tar.gz
gnunet-66fb4c43c0a347911070dbd274606471a013137e.zip
- doc
Diffstat (limited to 'src/cadet/gnunet-service-cadet_connection.h')
-rw-r--r--src/cadet/gnunet-service-cadet_connection.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cadet/gnunet-service-cadet_connection.h b/src/cadet/gnunet-service-cadet_connection.h
index 27f105f81..3fb4b8d09 100644
--- a/src/cadet/gnunet-service-cadet_connection.h
+++ b/src/cadet/gnunet-service-cadet_connection.h
@@ -493,6 +493,8 @@ GCC_cancel (struct CadetConnectionQueue *q);
493 * 493 *
494 * @param message Message to send. 494 * @param message Message to send.
495 * @param payload_type Type of payload, in case the message is encrypted. 495 * @param payload_type Type of payload, in case the message is encrypted.
496 * 0 for restransmissions (when type is no longer known)
497 * UINT16_MAX when not applicable.
496 * @param payload_id ID of the payload (PID, ACK, ...). 498 * @param payload_id ID of the payload (PID, ACK, ...).
497 * @param c Connection on which this message is transmitted. 499 * @param c Connection on which this message is transmitted.
498 * @param fwd Is this a fwd message? 500 * @param fwd Is this a fwd message?