gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r12220 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r12220 - gnunet/src/transport
Date: Tue, 13 Jul 2010 10:04:24 +0200

Author: wachs
Date: 2010-07-13 10:04:24 +0200 (Tue, 13 Jul 2010)
New Revision: 12220

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-07-12 15:42:48 UTC 
(rev 12219)
+++ gnunet/src/transport/plugin_transport_http.c        2010-07-13 08:04:24 UTC 
(rev 12220)
@@ -2156,8 +2156,8 @@
                                        port,
                                        &mhd_accept_cb,
                                        plugin , &mdh_access_cb, plugin,
-                                       MHD_OPTION_CONNECTION_LIMIT, (unsigned 
int) 16,
-                                       MHD_OPTION_PER_IP_CONNECTION_LIMIT, 
(unsigned int) 1,
+                                       MHD_OPTION_CONNECTION_LIMIT, (unsigned 
int) 32,
+                                       MHD_OPTION_PER_IP_CONNECTION_LIMIT, 
(unsigned int) 6,
                                        MHD_OPTION_CONNECTION_TIMEOUT, 
(unsigned int) timeout,
                                        MHD_OPTION_CONNECTION_MEMORY_LIMIT, 
(size_t) (16 * 1024),
                                        MHD_OPTION_NOTIFY_COMPLETED, 
&mhd_termination_cb, NULL,
@@ -2166,8 +2166,8 @@
                                        port,
                                        &mhd_accept_cb,
                                        plugin , &mdh_access_cb, plugin,
-                                       MHD_OPTION_CONNECTION_LIMIT, (unsigned 
int) 16,
-                                       MHD_OPTION_PER_IP_CONNECTION_LIMIT, 
(unsigned int) 1,
+                                       MHD_OPTION_CONNECTION_LIMIT, (unsigned 
int) 32,
+                                       MHD_OPTION_PER_IP_CONNECTION_LIMIT, 
(unsigned int) 6,
                                        MHD_OPTION_CONNECTION_TIMEOUT, 
(unsigned int) timeout,
                                        MHD_OPTION_CONNECTION_MEMORY_LIMIT, 
(size_t) (16 * 1024),
                                        MHD_OPTION_NOTIFY_COMPLETED, 
&mhd_termination_cb, NULL,




reply via email to

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