aboutsummaryrefslogtreecommitdiff
path: root/src/util/connection.c
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/util/connection.c
parent10cde48d456de8d42e8a315a95ea0f846894efea (diff)
downloadgnunet-e1115f4cbe0027380c5b60ef59927882ec61f7c7.tar.gz
gnunet-e1115f4cbe0027380c5b60ef59927882ec61f7c7.zip
Further fixes for issue #3544
Diffstat (limited to 'src/util/connection.c')
-rw-r--r--src/util/connection.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/connection.c b/src/util/connection.c
index fb20617fd..2bb128abc 100644
--- a/src/util/connection.c
+++ b/src/util/connection.c
@@ -1367,8 +1367,8 @@ SCHEDULE_WRITE:
1367 1367
1368/** 1368/**
1369 * Ask the connection to call us once the specified number of bytes 1369 * Ask the connection to call us once the specified number of bytes
1370 * are free in the transmission buffer. May call the notify 1370 * are free in the transmission buffer. Will never call the @a notify
1371 * method immediately if enough space is available. 1371 * callback in this task, but always first go into the scheduler.
1372 * 1372 *
1373 * @param connection connection 1373 * @param connection connection
1374 * @param size number of bytes to send 1374 * @param size number of bytes to send