gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r34306 - in gnunet/src: include util


From: gnunet
Subject: [GNUnet-SVN] r34306 - in gnunet/src: include util
Date: Tue, 23 Sep 2014 01:50:22 +0200

Author: amatus
Date: 2014-09-23 01:50:22 +0200 (Tue, 23 Sep 2014)
New Revision: 34306

Modified:
   gnunet/src/include/gnunet_connection_lib.h
   gnunet/src/util/connection.c
Log:
Further fixes for issue #3544


Modified: gnunet/src/include/gnunet_connection_lib.h
===================================================================
--- gnunet/src/include/gnunet_connection_lib.h  2014-09-22 18:42:20 UTC (rev 
34305)
+++ gnunet/src/include/gnunet_connection_lib.h  2014-09-22 23:50:22 UTC (rev 
34306)
@@ -296,8 +296,8 @@
 
 /**
  * Ask the connection to call us once the specified number of bytes
- * are free in the transmission buffer.  May call the notify
- * method immediately if enough space is available.  Note that
+ * are free in the transmission buffer.  Will never call the @a notify
+ * callback in this task, but always first go into the scheduler.  Note that
  * this function will abort if "size" is greater than
  * #GNUNET_SERVER_MAX_MESSAGE_SIZE.
  *

Modified: gnunet/src/util/connection.c
===================================================================
--- gnunet/src/util/connection.c        2014-09-22 18:42:20 UTC (rev 34305)
+++ gnunet/src/util/connection.c        2014-09-22 23:50:22 UTC (rev 34306)
@@ -1367,8 +1367,8 @@
 
 /**
  * Ask the connection to call us once the specified number of bytes
- * are free in the transmission buffer.  May call the notify
- * method immediately if enough space is available.
+ * are free in the transmission buffer.  Will never call the @a notify
+ * callback in this task, but always first go into the scheduler.
  *
  * @param connection connection
  * @param size number of bytes to send




reply via email to

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