aboutsummaryrefslogtreecommitdiff
path: root/src/util/server.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/server.c')
-rw-r--r--src/util/server.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/server.c b/src/util/server.c
index ddbae4410..ce5d16e1e 100644
--- a/src/util/server.c
+++ b/src/util/server.c
@@ -742,7 +742,7 @@ process_incoming (void *cls, const void *buf, size_t available,
742 742
743/** 743/**
744 * Process messages from the client's message tokenizer until either 744 * Process messages from the client's message tokenizer until either
745 * the tokenizer is empty (and then schedule receiving more), or 745 * the tokenizer is empty (and then schedule receiving more), or
746 * until some handler is not immediately done (then wait for restart_processing) 746 * until some handler is not immediately done (then wait for restart_processing)
747 * or shutdown. 747 * or shutdown.
748 * 748 *
@@ -1229,10 +1229,10 @@ GNUNET_SERVER_client_disable_corking (struct GNUNET_SERVER_Client *client)
1229/** 1229/**
1230 * Wrapper for transmission notification that calls the original 1230 * Wrapper for transmission notification that calls the original
1231 * callback and update the last activity time for our connection. 1231 * callback and update the last activity time for our connection.
1232 * 1232 *
1233 * @param cls the 'struct GNUNET_SERVER_Client' 1233 * @param cls the 'struct GNUNET_SERVER_Client'
1234 * @param size number of bytes we can transmit 1234 * @param size number of bytes we can transmit
1235 * @param buf where to copy the message 1235 * @param buf where to copy the message
1236 * @return number of bytes actually transmitted 1236 * @return number of bytes actually transmitted
1237 */ 1237 */
1238static size_t 1238static size_t