gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r30701 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r30701 - gnunet/src/mesh
Date: Thu, 14 Nov 2013 16:56:06 +0100

Author: bartpolot
Date: 2013-11-14 16:56:06 +0100 (Thu, 14 Nov 2013)
New Revision: 30701

Modified:
   gnunet/src/mesh/gnunet-service-mesh_tunnel.c
Log:
- send ping on rekey timeout


Modified: gnunet/src/mesh/gnunet-service-mesh_tunnel.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh_tunnel.c        2013-11-14 14:51:20 UTC 
(rev 30700)
+++ gnunet/src/mesh/gnunet-service-mesh_tunnel.c        2013-11-14 15:56:06 UTC 
(rev 30701)
@@ -751,7 +751,7 @@
                                                    UINT32_MAX);
   t->kx_ctx->d_key_old = t->d_key;
   send_ephemeral (t);
-  if (MESH_TUNNEL3_READY == t->state)
+  if (MESH_TUNNEL3_READY == t->state || MESH_TUNNEL3_REKEY == t->state)
   {
     send_ping (t);
     t->state = MESH_TUNNEL3_REKEY;




reply via email to

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