gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r12730 - gnunet/src/transport
Date: Tue, 24 Aug 2010 15:51:01 +0200

Author: wachs
Date: 2010-08-24 15:51:01 +0200 (Tue, 24 Aug 2010)
New Revision: 12730

Modified:
   gnunet/src/transport/plugin_transport_http.c
   gnunet/src/transport/plugin_transport_https.c
   gnunet/src/transport/test_transport_api_rel_https_peer1.conf
   gnunet/src/transport/test_transport_api_rel_https_peer2.conf
Log:


Modified: gnunet/src/transport/plugin_transport_http.c
===================================================================
--- gnunet/src/transport/plugin_transport_http.c        2010-08-24 13:22:10 UTC 
(rev 12729)
+++ gnunet/src/transport/plugin_transport_http.c        2010-08-24 13:51:01 UTC 
(rev 12730)
@@ -42,6 +42,7 @@
 
 #define DEBUG_HTTP GNUNET_NO
 #define DEBUG_CURL GNUNET_NO
+#define DEBUG_MHD GNUNET_YES
 #define DEBUG_CONNECTIONS GNUNET_NO
 #define DEBUG_SESSION_SELECTION GNUNET_NO
 
@@ -2454,7 +2455,7 @@
   {
        struct sockaddr * tmp = (struct sockaddr *) plugin->bind6_address;
     plugin->http_server_daemon_v6 = MHD_start_daemon (
-#if DEBUG_CONNECTIONS
+#if DEBUG_MHD
                                                                   
MHD_USE_DEBUG |
 #endif
                                                                   MHD_USE_IPv6,
@@ -2473,7 +2474,7 @@
   if ((plugin->http_server_daemon_v4 == NULL) && (plugin->use_ipv4 == 
GNUNET_YES) && (port != 0))
   {
   plugin->http_server_daemon_v4 = MHD_start_daemon (
-#if DEBUG_CONNECTIONS
+#if DEBUG_MHD
                                                                   
MHD_USE_DEBUG |
 #endif
                                                                   MHD_NO_FLAG,

Modified: gnunet/src/transport/plugin_transport_https.c
===================================================================
--- gnunet/src/transport/plugin_transport_https.c       2010-08-24 13:22:10 UTC 
(rev 12729)
+++ gnunet/src/transport/plugin_transport_https.c       2010-08-24 13:51:01 UTC 
(rev 12730)
@@ -43,6 +43,7 @@
 
 #define DEBUG_HTTPS GNUNET_NO
 #define VERBOSE GNUNET_NO
+#define DEBUG_MHD GNUNET_YES
 #define DEBUG_CURL GNUNET_NO
 #define DEBUG_CONNECTIONS GNUNET_NO
 #define DEBUG_SESSION_SELECTION GNUNET_NO
@@ -2615,10 +2616,9 @@
   {
        struct sockaddr * tmp = (struct sockaddr *) plugin->bind6_address;
     plugin->http_server_daemon_v6 = MHD_start_daemon (
-
+#if DEBUG_MHD
                                                                   
MHD_USE_DEBUG |
-#if DEBUG_CONNECTIONS
-                                                                  #endif
+#endif
                                                                   MHD_USE_IPv6 
| MHD_USE_SSL,
                                        port,
                                        &mhd_accept_cb,
@@ -2642,9 +2642,8 @@
   if ((plugin->http_server_daemon_v4 == NULL) && (plugin->use_ipv4 == 
GNUNET_YES) && (port != 0))
   {
   plugin->http_server_daemon_v4 = MHD_start_daemon (
-
+#if DEBUG_MHD
                                                                   
MHD_USE_DEBUG |
-#if DEBUG_CONNECTIONS
 #endif
                                                                   MHD_NO_FLAG 
| MHD_USE_SSL,
                                        port,

Modified: gnunet/src/transport/test_transport_api_rel_https_peer1.conf
===================================================================
--- gnunet/src/transport/test_transport_api_rel_https_peer1.conf        
2010-08-24 13:22:10 UTC (rev 12729)
+++ gnunet/src/transport/test_transport_api_rel_https_peer1.conf        
2010-08-24 13:51:01 UTC (rev 12730)
@@ -50,7 +50,7 @@
 [transport]
 PLUGINS = https
 #PLUGINS = tcp http
-DEBUG = YES
+#DEBUG = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 NEIGHBOUR_LIMIT = 50

Modified: gnunet/src/transport/test_transport_api_rel_https_peer2.conf
===================================================================
--- gnunet/src/transport/test_transport_api_rel_https_peer2.conf        
2010-08-24 13:22:10 UTC (rev 12729)
+++ gnunet/src/transport/test_transport_api_rel_https_peer2.conf        
2010-08-24 13:51:01 UTC (rev 12730)
@@ -50,7 +50,7 @@
 [transport]
 PLUGINS = https
 #PLUGINS = tcp http
-DEBUG = YES
+#DEBUG = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 NEIGHBOUR_LIMIT = 50




reply via email to

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