gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r38237 - in gnunet/src: cadet include


From: gnunet
Subject: [GNUnet-SVN] r38237 - in gnunet/src: cadet include
Date: Fri, 4 Nov 2016 10:47:12 +0100

Author: bartpolot
Date: 2016-11-04 10:47:12 +0100 (Fri, 04 Nov 2016)
New Revision: 38237

Modified:
   gnunet/src/cadet/gnunet-service-cadet_connection.c
   gnunet/src/cadet/gnunet-service-cadet_connection.h
   gnunet/src/include/gnunet_protocols.h
Log:
- doc

Modified: gnunet/src/cadet/gnunet-service-cadet_connection.c
===================================================================
--- gnunet/src/cadet/gnunet-service-cadet_connection.c  2016-10-31 21:02:30 UTC 
(rev 38236)
+++ gnunet/src/cadet/gnunet-service-cadet_connection.c  2016-11-04 09:47:12 UTC 
(rev 38237)
@@ -3236,6 +3236,8 @@
  *
  * @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?

Modified: gnunet/src/cadet/gnunet-service-cadet_connection.h
===================================================================
--- gnunet/src/cadet/gnunet-service-cadet_connection.h  2016-10-31 21:02:30 UTC 
(rev 38236)
+++ gnunet/src/cadet/gnunet-service-cadet_connection.h  2016-11-04 09:47:12 UTC 
(rev 38237)
@@ -493,6 +493,8 @@
  *
  * @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?

Modified: gnunet/src/include/gnunet_protocols.h
===================================================================
--- gnunet/src/include/gnunet_protocols.h       2016-10-31 21:02:30 UTC (rev 
38236)
+++ gnunet/src/include/gnunet_protocols.h       2016-11-04 09:47:12 UTC (rev 
38237)
@@ -2592,7 +2592,7 @@
 
 #endif /* ENABLE_MALICIOUS */
 
-/*******************************************************************************/
+/******************************************************************************/
 
 
 /**************************************************
@@ -2607,7 +2607,7 @@
 
 #define GNUNET_MESSAGE_TYPE_IDENTITY_PROVIDER_EXCHANGE_RESULT  964
 
-/*******************************************************************************/
+/******************************************************************************/
 
 
 
/******************************************************************************/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]