gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r15920 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r15920 - gnunet/src/include
Date: Mon, 11 Jul 2011 14:47:59 +0200

Author: grothoff
Date: 2011-07-11 14:47:59 +0200 (Mon, 11 Jul 2011)
New Revision: 15920

Modified:
   gnunet/src/include/gnunet_server_lib.h
Log:
add

Modified: gnunet/src/include/gnunet_server_lib.h
===================================================================
--- gnunet/src/include/gnunet_server_lib.h      2011-07-11 10:47:27 UTC (rev 
15919)
+++ gnunet/src/include/gnunet_server_lib.h      2011-07-11 12:47:59 UTC (rev 
15920)
@@ -226,7 +226,21 @@
 void
 GNUNET_SERVER_receive_done (struct GNUNET_SERVER_Client *client, int success);
 
+
 /**
+ * Change the timeout for a particular client.  Decreasing the timeout
+ * may not go into effect immediately (only after the previous timeout
+ * times out or activity happens on the socket).
+ *
+ * @param client the client to update
+ * @param timeout new timeout for activities on the socket
+ */
+void
+GNUNET_SERVER_client_set_timeout (struct GNUNET_SERVER_Client *client,
+         struct GNUNET_TIME_Relative timeout);
+
+
+/**
  * Disable the warning the server issues if a message is not acknowledged
  * in a timely fashion.  Use this call if a client is intentionally delayed
  * for a while.  Only applies to the current message.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]