gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 23/29: Adjusted buffer increase default step size


From: gnunet
Subject: [libmicrohttpd] 23/29: Adjusted buffer increase default step size
Date: Tue, 20 Jun 2023 22:24:36 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit a80d80604a85b0a3b85e8147c4844c4aeb925a9b
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Mon Jun 19 09:42:52 2023 +0300

    Adjusted buffer increase default step size
---
 src/microhttpd/internal.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index 909e24d4..6d6f944d 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -136,8 +136,10 @@
  * IO-buffer, but if absolutely needed we additively grow by the
  * number of bytes given here (up to -- theoretically -- the full pool
  * space).
+ *
+ * Currently set to reasonable maximum MSS size.
  */
-#define MHD_BUF_INC_SIZE 1024
+#define MHD_BUF_INC_SIZE 1500
 
 #ifndef MHD_STATICSTR_LEN_
 /**

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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