gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r23916 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r23916 - gnunet/src/mesh
Date: Thu, 20 Sep 2012 14:37:55 +0200

Author: bartpolot
Date: 2012-09-20 14:37:55 +0200 (Thu, 20 Sep 2012)
New Revision: 23916

Modified:
   gnunet/src/mesh/gnunet-service-mesh.c
Log:
- doc

Modified: gnunet/src/mesh/gnunet-service-mesh.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh.c       2012-09-20 12:32:12 UTC (rev 
23915)
+++ gnunet/src/mesh/gnunet-service-mesh.c       2012-09-20 12:37:55 UTC (rev 
23916)
@@ -4846,7 +4846,14 @@
 
 
 /**
- * Queue and pass message to core when possible.
+ * @brief Queue and pass message to core when possible.
+ * 
+ * If type is payload (UNICAST, TO_ORIGIN, MULTICAST) checks for queue status
+ * and accounts for it. In case the queue is full, the message is dropped and
+ * a break issued.
+ * 
+ * Otherwise, message is treated as internal and allowed to go regardless of 
+ * queue status.
  *
  * @param cls Closure (type dependant).
  * @param type Type of the message, 0 for a raw message.




reply via email to

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