gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 66/154: doxygen.


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 66/154: doxygen.
Date: Mon, 19 Aug 2019 10:16:18 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository libmicrohttpd.

commit 7bfe541156884d5baeb671a2bd90e4c51851533b
Author: ng0 <address@hidden>
AuthorDate: Wed Jul 24 11:37:11 2019 +0000

    doxygen.
---
 src/microhttpd/mhd_send.c | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/src/microhttpd/mhd_send.c b/src/microhttpd/mhd_send.c
index 1d3b739a..2b2f9d93 100644
--- a/src/microhttpd/mhd_send.c
+++ b/src/microhttpd/mhd_send.c
@@ -33,7 +33,8 @@
 #include "mhd_send.h"
 
 /**
- * Set socket to nodelay, on or off.
+ * Set TCP_NODELAY flag on socket and save the
+ * #sk_tcp_nodelay_on state.
  *
  * @param connection the MHD_Connection structure
  * @param value the state to set, boolean
@@ -56,6 +57,14 @@ MHD_send_socket_state_nodelay_ (struct MHD_Connection 
*connection,
 #endif
 }
 
+/**
+ * Set TCP_NOPUSH flag on socket and save the
+ * #sk_tcp_nodelay_on state.
+ *
+ * @param connection the #MHD_Connection structure
+ * @param value the state to set, boolean
+ * @param state_store the boolean value passed to #sk_tcp_nodelay_on
+ */
 void
 MHD_send_socket_state_nopush_ (struct MHD_Connection *connection,
                                bool value,

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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