aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorDavid Barksdale <amatus.amongus@gmail.com>2014-09-22 23:50:22 +0000
committerDavid Barksdale <amatus.amongus@gmail.com>2014-09-22 23:50:22 +0000
commite1115f4cbe0027380c5b60ef59927882ec61f7c7 (patch)
tree1fe25d25843be218787d7a52cdafdcc8d59e36b1 /src/include
parent10cde48d456de8d42e8a315a95ea0f846894efea (diff)
downloadgnunet-e1115f4cbe0027380c5b60ef59927882ec61f7c7.tar.gz
gnunet-e1115f4cbe0027380c5b60ef59927882ec61f7c7.zip
Further fixes for issue #3544
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_connection_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_connection_lib.h b/src/include/gnunet_connection_lib.h
index 0051e5fb5..960d4d730 100644
--- a/src/include/gnunet_connection_lib.h
+++ b/src/include/gnunet_connection_lib.h
@@ -296,8 +296,8 @@ struct GNUNET_CONNECTION_TransmitHandle;
296 296
297/** 297/**
298 * Ask the connection to call us once the specified number of bytes 298 * Ask the connection to call us once the specified number of bytes
299 * are free in the transmission buffer. May call the notify 299 * are free in the transmission buffer. Will never call the @a notify
300 * method immediately if enough space is available. Note that 300 * callback in this task, but always first go into the scheduler. Note that
301 * this function will abort if "size" is greater than 301 * this function will abort if "size" is greater than
302 * #GNUNET_SERVER_MAX_MESSAGE_SIZE. 302 * #GNUNET_SERVER_MAX_MESSAGE_SIZE.
303 * 303 *