From: Christian Grothoff Date: Wed, 22 Feb 2017 13:31:18 +0000 (+0100) Subject: not exactly a protocol violation, but a case for stats X-Git-Tag: taler-0.2.1~86 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7184623654f81c1ba557f8fa95a3086342b4af6b;p=oweals%2Fgnunet.git not exactly a protocol violation, but a case for stats --- 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);