gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r36430 - gnunet/src/cadet


From: gnunet
Subject: [GNUnet-SVN] r36430 - gnunet/src/cadet
Date: Fri, 2 Oct 2015 05:48:54 +0200

Author: bartpolot
Date: 2015-10-02 05:48:54 +0200 (Fri, 02 Oct 2015)
New Revision: 36430

Modified:
   gnunet/src/cadet/gnunet-service-cadet_tunnel.c
   gnunet/src/cadet/test_cadet.c
Log:
- remove debug

Modified: gnunet/src/cadet/gnunet-service-cadet_tunnel.c
===================================================================
--- gnunet/src/cadet/gnunet-service-cadet_tunnel.c      2015-10-02 03:37:55 UTC 
(rev 36429)
+++ gnunet/src/cadet/gnunet-service-cadet_tunnel.c      2015-10-02 03:48:54 UTC 
(rev 36430)
@@ -1109,7 +1109,6 @@
   LOG (GNUNET_ERROR_TYPE_DEBUG, "  t_ax_decrypt start\n");
 
   ax = t->ax;
-  ax_debug (ax, GNUNET_ERROR_TYPE_INFO);
 
   t_hmac_derive_key (&ax->CKr, &MK, "0", 1);
   GNUNET_CRYPTO_symmetric_derive_iv (&iv, &MK, NULL, 0, NULL);

Modified: gnunet/src/cadet/test_cadet.c
===================================================================
--- gnunet/src/cadet/test_cadet.c       2015-10-02 03:37:55 UTC (rev 36429)
+++ gnunet/src/cadet/test_cadet.c       2015-10-02 03:48:54 UTC (rev 36430)
@@ -33,7 +33,7 @@
 /**
  * How many messages to send
  */
-#define TOTAL_PACKETS 200 /* Cannot exceed 64k! */
+#define TOTAL_PACKETS 5000 /* Cannot exceed 64k! */
 
 /**
  * How long until we give up on connecting the peers?




reply via email to

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