aboutsummaryrefslogtreecommitdiff
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
parentdb0bbaa1293f15ca825c69addfaa76beab40829e (diff)
downloadgnunet-66fb4c43c0a347911070dbd274606471a013137e.tar.gz
gnunet-66fb4c43c0a347911070dbd274606471a013137e.zip
- doc
-rw-r--r--src/cadet/gnunet-service-cadet_connection.c2
-rw-r--r--src/cadet/gnunet-service-cadet_connection.h2
-rw-r--r--src/include/gnunet_protocols.h4
3 files changed, 6 insertions, 2 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?
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?
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 9cb553282..db479d235 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -2592,7 +2592,7 @@ extern "C"
2592 2592
2593#endif /* ENABLE_MALICIOUS */ 2593#endif /* ENABLE_MALICIOUS */
2594 2594
2595/*******************************************************************************/ 2595/******************************************************************************/
2596 2596
2597 2597
2598/************************************************** 2598/**************************************************
@@ -2607,7 +2607,7 @@ extern "C"
2607 2607
2608#define GNUNET_MESSAGE_TYPE_IDENTITY_PROVIDER_EXCHANGE_RESULT 964 2608#define GNUNET_MESSAGE_TYPE_IDENTITY_PROVIDER_EXCHANGE_RESULT 964
2609 2609
2610/*******************************************************************************/ 2610/******************************************************************************/
2611 2611
2612 2612
2613/******************************************************************************/ 2613/******************************************************************************/