[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnunet] branch master updated: eliminate KX short cut
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnunet] branch master updated: eliminate KX short cut |
Date: |
Wed, 16 May 2018 18:18:16 +0200 |
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 f40acfa92 eliminate KX short cut
f40acfa92 is described below
commit f40acfa927bb605c81c99ed250277d51bf951e25
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed May 16 18:18:13 2018 +0200
eliminate KX short cut
---
src/cadet/gnunet-service-cadet_tunnels.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/cadet/gnunet-service-cadet_tunnels.c
b/src/cadet/gnunet-service-cadet_tunnels.c
index d12c55092..aa5f95883 100644
--- a/src/cadet/gnunet-service-cadet_tunnels.c
+++ b/src/cadet/gnunet-service-cadet_tunnels.c
@@ -1744,11 +1744,13 @@ GCT_handle_kx (struct CadetTConnection *ct,
"# Duplicate unverified KX received",
1,
GNUNET_NO);
+#if 0
send_kx_auth (t,
ct,
t->unverified_ax,
GNUNET_NO);
return;
+#endif
}
LOG (GNUNET_ERROR_TYPE_DEBUG,
"Dropping old unverified KX state. Got a fresh KX for %s.\n",
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [gnunet] branch master updated: eliminate KX short cut,
gnunet <=