gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: not exactly a protocol viol


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: not exactly a protocol violation, but a case for stats
Date: Wed, 22 Feb 2017 14:30:07 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 718462365 not exactly a protocol violation, but a case for stats
718462365 is described below

commit 7184623654f81c1ba557f8fa95a3086342b4af6b
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Feb 22 14:31:18 2017 +0100

    not exactly a protocol violation, but a case for stats
---
 src/cadet/gnunet-service-cadet-new_tunnels.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/cadet/gnunet-service-cadet-new_tunnels.c 
b/src/cadet/gnunet-service-cadet-new_tunnels.c
index ed3a3a362..af77ea067 100644
--- a/src/cadet/gnunet-service-cadet-new_tunnels.c
+++ b/src/cadet/gnunet-service-cadet-new_tunnels.c
@@ -1820,7 +1820,10 @@ GCT_handle_kx_auth (struct CadetTConnection *ct,
   {
     /* This KX_AUTH is not using the latest KX/KX_AUTH data
        we transmitted to the sender, refuse it, try KX again. */
-    GNUNET_break_op (0);
+    GNUNET_STATISTICS_update (stats,
+                              "# KX_AUTH not using our last KX received (auth 
failure)",
+                              1,
+                              GNUNET_NO);
     send_kx (t,
              NULL,
              &t->ax);

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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