gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 52/154: doxygen


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

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

ng0 pushed a commit to branch master
in repository libmicrohttpd.

commit ee67443df179971635313b671907963ed1b36265
Author: ng0 <address@hidden>
AuthorDate: Mon Jul 22 16:31:53 2019 +0000

    doxygen
---
 src/microhttpd/mhd_send.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/microhttpd/mhd_send.c b/src/microhttpd/mhd_send.c
index b77d6614..517428cf 100644
--- a/src/microhttpd/mhd_send.c
+++ b/src/microhttpd/mhd_send.c
@@ -41,13 +41,13 @@
  * @param buffer content of the buffer to send
  * @param buffer_size the size of the buffer (in bytes)
  * @param options the MHD_SendSocketOptions enum,
-          MHD_SSO_NO_CORK: definitely no corking (use NODELAY, or explicitly 
disable cork),
-          MHD_SSO_MAY_CORK: should enable corking (use MSG_MORE, or explicitly 
enable cork),
-          MHD_SSO_HDR_CORK: consider tcpi_snd_mss and consider not corking for 
the header
-          part if the size of the header is close to the MSS.
-          Only used if we are NOT doing 100 Continue and are still sending the
-          header (provided in full as the buffer to MHD_send_on_connection_ or 
as
-          the header to MHD_send_on_connection2_).
+ *         #MHD_SSO_NO_CORK: definitely no corking (use NODELAY, or explicitly 
disable cork),
+ *         #MHD_SSO_MAY_CORK: should enable corking (use MSG_MORE, or 
explicitly enable cork),
+ *         #MHD_SSO_HDR_CORK: consider tcpi_snd_mss and consider not corking 
for the header
+ *         part if the size of the header is close to the MSS.
+ *         Only used if we are NOT doing 100 Continue and are still sending the
+ *         header (provided in full as the buffer to MHD_send_on_connection_ 
or as
+ *         the header to MHD_send_on_connection2_).
  * @return sum of the number of bytes sent from both buffers or
            -1 on error
  */

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



reply via email to

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