aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_server_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-04-21 15:16:45 +0000
committerChristian Grothoff <christian@grothoff.org>2012-04-21 15:16:45 +0000
commita5ca53b73e643a0e62ded4ac9595bff38d08cb0b (patch)
treeeaf74f5b38c35e1530f9d49946db01a13cce3217 /src/include/gnunet_server_lib.h
parent90c9abc573f95de334a1f61faa089e79046d2f11 (diff)
downloadgnunet-a5ca53b73e643a0e62ded4ac9595bff38d08cb0b.tar.gz
gnunet-a5ca53b73e643a0e62ded4ac9595bff38d08cb0b.zip
-misc offline hacking / code cleanup in util
Diffstat (limited to 'src/include/gnunet_server_lib.h')
-rw-r--r--src/include/gnunet_server_lib.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/include/gnunet_server_lib.h b/src/include/gnunet_server_lib.h
index 491e15bcb..e96c51945 100644
--- a/src/include/gnunet_server_lib.h
+++ b/src/include/gnunet_server_lib.h
@@ -398,22 +398,6 @@ GNUNET_SERVER_client_disconnect (struct GNUNET_SERVER_Client *client);
398 398
399 399
400/** 400/**
401 * Configure this server's connections to continue handling client
402 * requests as usual even after we get a shutdown signal. The change
403 * only applies to clients that connect to the server from the outside
404 * using TCP after this call. Clients managed previously or those
405 * added using GNUNET_SERVER_connect_socket and
406 * GNUNET_SERVER_connect_callback are not affected by this option.
407 *
408 * @param h server handle
409 * @param do_ignore GNUNET_YES to ignore, GNUNET_NO to restore default
410 */
411void
412GNUNET_SERVER_ignore_shutdown (struct GNUNET_SERVER_Handle *h, int do_ignore);
413
414
415
416/**
417 * Disable the "CORK" feature for communication with the given client, 401 * Disable the "CORK" feature for communication with the given client,
418 * forcing the OS to immediately flush the buffer on transmission 402 * forcing the OS to immediately flush the buffer on transmission
419 * instead of potentially buffering multiple messages. 403 * instead of potentially buffering multiple messages.