aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_server_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_server_lib.h')
-rw-r--r--src/include/gnunet_server_lib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_server_lib.h b/src/include/gnunet_server_lib.h
index 45da3efa2..682a265ff 100644
--- a/src/include/gnunet_server_lib.h
+++ b/src/include/gnunet_server_lib.h
@@ -135,7 +135,7 @@ GNUNET_SERVER_create_with_sockets (GNUNET_CONNECTION_AccessCheck access,
135 * @param access function for access control 135 * @param access function for access control
136 * @param access_cls closure for access 136 * @param access_cls closure for access
137 * @param serverAddr address toes listen on (including port), NULL terminated array 137 * @param serverAddr address toes listen on (including port), NULL terminated array
138 * @param socklen lengths of respective serverAddr 138 * @param socklen lengths of respective serverAddr
139 * @param idle_timeout after how long should we timeout idle connections? 139 * @param idle_timeout after how long should we timeout idle connections?
140 * @param require_found if YES, connections sending messages of unknown type 140 * @param require_found if YES, connections sending messages of unknown type
141 * will be closed 141 * will be closed
@@ -352,7 +352,7 @@ typedef void (*GNUNET_SERVER_DisconnectCallback) (void *cls,
352 * Ask the server to notify us whenever a client disconnects. 352 * Ask the server to notify us whenever a client disconnects.
353 * This function is called whenever the actual network connection 353 * This function is called whenever the actual network connection
354 * is closed; the reference count may be zero or larger than zero 354 * is closed; the reference count may be zero or larger than zero
355 * at this point. If the server is destroyed before this 355 * at this point. If the server is destroyed before this
356 * notification is explicitly cancelled, the 'callback' will 356 * notification is explicitly cancelled, the 'callback' will
357 * once be called with a 'client' argument of NULL to indicate 357 * once be called with a 'client' argument of NULL to indicate
358 * that the server itself is now gone (and that the callback 358 * that the server itself is now gone (and that the callback
@@ -609,7 +609,7 @@ GNUNET_SERVER_mst_create (GNUNET_SERVER_MessageTokenizerCallback cb,
609 * can be NULL (will be passed back to 'cb') 609 * can be NULL (will be passed back to 'cb')
610 * @param buf input data to add 610 * @param buf input data to add
611 * @param size number of bytes in buf 611 * @param size number of bytes in buf
612 * @param purge should any excess bytes in the buffer be discarded 612 * @param purge should any excess bytes in the buffer be discarded
613 * (i.e. for packet-based services like UDP) 613 * (i.e. for packet-based services like UDP)
614 * @param one_shot only call callback once, keep rest of message in buffer 614 * @param one_shot only call callback once, keep rest of message in buffer
615 * @return GNUNET_OK if we are done processing (need more data) 615 * @return GNUNET_OK if we are done processing (need more data)