- doc
authorBart Polot <bart@net.in.tum.de>
Fri, 4 Nov 2016 09:47:12 +0000 (09:47 +0000)
committerBart Polot <bart@net.in.tum.de>
Fri, 4 Nov 2016 09:47:12 +0000 (09:47 +0000)
src/cadet/gnunet-service-cadet_connection.c
src/cadet/gnunet-service-cadet_connection.h
src/include/gnunet_protocols.h

index c88df79fdeda307463f3729a73871161898c391b..fb857b8468eaba16058b025fcc4c29cb5e99e138 100644 (file)
@@ -3236,6 +3236,8 @@ GCC_is_direct (struct CadetConnection *c)
  *
  * @param message Message to send.
  * @param payload_type Type of payload, in case the message is encrypted.
+ *                     0 for restransmissions (when type is no longer known)
+ *                     UINT16_MAX when not applicable.
  * @param payload_id ID of the payload (PID, ACK, ...).
  * @param c Connection on which this message is transmitted.
  * @param fwd Is this a fwd message?
index 27f105f81064924873873ec0c6b111604f2eeb63..3fb4b8d0980483a39dc125a6bcbae087b79eb297 100644 (file)
@@ -493,6 +493,8 @@ GCC_cancel (struct CadetConnectionQueue *q);
  *
  * @param message Message to send.
  * @param payload_type Type of payload, in case the message is encrypted.
+ *                     0 for restransmissions (when type is no longer known)
+ *                     UINT16_MAX when not applicable.
  * @param payload_id ID of the payload (PID, ACK, ...).
  * @param c Connection on which this message is transmitted.
  * @param fwd Is this a fwd message?
index 9cb553282e5066db450d076091b90f7faf91e76b..db479d2350d10815767d8aa4b2c6aaeef9bd29a1 100644 (file)
@@ -2592,7 +2592,7 @@ extern "C"
 
 #endif /* ENABLE_MALICIOUS */
 
-/*******************************************************************************/
+/******************************************************************************/
 
 
 /**************************************************
@@ -2607,7 +2607,7 @@ extern "C"
 
 #define GNUNET_MESSAGE_TYPE_IDENTITY_PROVIDER_EXCHANGE_RESULT  964
 
-/*******************************************************************************/
+/******************************************************************************/
 
 
 /******************************************************************************/