gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 55/154: doxygen: MHD_SSO


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

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

ng0 pushed a commit to branch master
in repository libmicrohttpd.

commit 6c03b75c18c25a3c90fbac02dc332bed8fbcafdb
Author: ng0 <address@hidden>
AuthorDate: Mon Jul 22 17:17:04 2019 +0000

    doxygen: MHD_SSO
---
 src/microhttpd/mhd_send.h | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/src/microhttpd/mhd_send.h b/src/microhttpd/mhd_send.h
index 982c36a4..e6ed3268 100644
--- a/src/microhttpd/mhd_send.h
+++ b/src/microhttpd/mhd_send.h
@@ -37,13 +37,20 @@
 #include "connection.h"
 #include "connection_https.h"
 
+/**
+ * The enumeration of send socket options.
+ */
 enum MHD_SendSocketOptions
 {
-  /* definitely no corking (use NODELAY, or explicitly disable cork) */
+ /**
+  * definitely no corking (use NODELAY, or explicitly disable cork)
+  */
   MHD_SSO_NO_CORK = 0,
-  /* should enable corking (use MSG_MORE, or explicitly enable cork) */
+  /**
+   * should enable corking (use MSG_MORE, or explicitly enable cork)
+   */
   MHD_SSO_MAY_CORK = 1,
-  /*
+  /**
    * 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

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



reply via email to

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