gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r560 - in GNUnet/src: applications/advertising applications


From: grothoff
Subject: [GNUnet-SVN] r560 - in GNUnet/src: applications/advertising applications/pingpong transports
Date: Fri, 1 Apr 2005 21:34:24 -0800 (PST)

Author: grothoff
Date: 2005-04-01 21:34:19 -0800 (Fri, 01 Apr 2005)
New Revision: 560

Modified:
   GNUnet/src/applications/advertising/advertising.c
   GNUnet/src/applications/pingpong/pingpong.c
   GNUnet/src/transports/tcp.c
   GNUnet/src/transports/udp.c
Log:
update

Modified: GNUnet/src/applications/advertising/advertising.c
===================================================================
--- GNUnet/src/applications/advertising/advertising.c   2005-04-02 04:19:54 UTC 
(rev 559)
+++ GNUnet/src/applications/advertising/advertising.c   2005-04-02 05:34:19 UTC 
(rev 560)
@@ -62,7 +62,7 @@
 #define ACJ_ALL (ACJ_ANNOUNCE | ACJ_FORWARD)
 
 
-#define DEBUG_HELOEXCHANGE NO
+#define DEBUG_HELOEXCHANGE YES
 
 static CoreAPIForApplication * coreAPI;
 
@@ -211,16 +211,6 @@
       LOG(LOG_DEBUG,
          "advertised HELO differs from prior knowledge,"
          " requireing ping-pong confirmation.\n");
-      LOG(LOG_EVERYTHING,
-         "HELO-diff: %d -- %d, %d -- %d, %d -- %d, %d -- %d\n",
-         msg->senderAddressSize,
-         copy->senderAddressSize,
-         msg->protocol,
-         copy->protocol,
-         msg->MTU,
-         copy->MTU,
-         *(int*)&msg->senderAddress,
-         *(int*)&copy->senderAddress);
 #endif
     }
     FREE(copy);

Modified: GNUnet/src/applications/pingpong/pingpong.c
===================================================================
--- GNUnet/src/applications/pingpong/pingpong.c 2005-04-02 04:19:54 UTC (rev 
559)
+++ GNUnet/src/applications/pingpong/pingpong.c 2005-04-02 05:34:19 UTC (rev 
560)
@@ -67,7 +67,7 @@
   int challenge;
 } PINGPONG_Message;
 
-#define DEBUG_PINGPONG NO
+#define DEBUG_PINGPONG YES
 
 #define MAX_PING_PONG 64
 

Modified: GNUnet/src/transports/tcp.c
===================================================================
--- GNUnet/src/transports/tcp.c 2005-04-02 04:19:54 UTC (rev 559)
+++ GNUnet/src/transports/tcp.c 2005-04-02 05:34:19 UTC (rev 560)
@@ -28,7 +28,7 @@
 #include "gnunet_transport.h"
 #include "platform.h"
 
-#define DEBUG_TCP NO 
+#define DEBUG_TCP YES
 
 /**
  * after how much time of the core not being associated with a tcp

Modified: GNUnet/src/transports/udp.c
===================================================================
--- GNUnet/src/transports/udp.c 2005-04-02 04:19:54 UTC (rev 559)
+++ GNUnet/src/transports/udp.c 2005-04-02 05:34:19 UTC (rev 560)
@@ -28,7 +28,7 @@
 #include "gnunet_transport.h"
 #include "platform.h"
 
-#define DEBUG_UDP NO
+#define DEBUG_UDP YES
 
 /**
  * Host-Address in a UDP network.





reply via email to

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