[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r11459 - gnunet/src/transport
From: |
gnunet |
Subject: |
[GNUnet-SVN] r11459 - gnunet/src/transport |
Date: |
Thu, 20 May 2010 17:35:41 +0200 |
Author: wachs
Date: 2010-05-20 17:35:41 +0200 (Thu, 20 May 2010)
New Revision: 11459
Modified:
gnunet/src/transport/plugin_transport_http.c
Log:
Modified: gnunet/src/transport/plugin_transport_http.c
===================================================================
--- gnunet/src/transport/plugin_transport_http.c 2010-05-20 15:22:51 UTC
(rev 11458)
+++ gnunet/src/transport/plugin_transport_http.c 2010-05-20 15:35:41 UTC
(rev 11459)
@@ -877,6 +877,7 @@
MHD_OPTION_CONNECTION_LIMIT, (unsigned
int) 16,
MHD_OPTION_PER_IP_CONNECTION_LIMIT,
(unsigned int) 1,
MHD_OPTION_CONNECTION_TIMEOUT,
(unsigned int) 16,
+ /* FIXME: set correct limit */
MHD_OPTION_CONNECTION_MEMORY_LIMIT,
(size_t) (16 * 1024),
MHD_OPTION_NOTIFY_COMPLETED,
&requestCompletedCallback, NULL,
MHD_OPTION_END);
@@ -887,6 +888,7 @@
MHD_OPTION_CONNECTION_LIMIT, (unsigned
int) 16,
MHD_OPTION_PER_IP_CONNECTION_LIMIT,
(unsigned int) 1,
MHD_OPTION_CONNECTION_TIMEOUT,
(unsigned int) 16,
+ /* FIXME: set correct limit */
MHD_OPTION_CONNECTION_MEMORY_LIMIT,
(size_t) (16 * 1024),
MHD_OPTION_NOTIFY_COMPLETED,
&requestCompletedCallback, NULL,
MHD_OPTION_END);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r11459 - gnunet/src/transport,
gnunet <=