From: Bart Polot Date: Thu, 14 Nov 2013 15:56:06 +0000 (+0000) Subject: - send ping on rekey timeout X-Git-Tag: initial-import-from-subversion-38251~6102 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d67a1f6613ec4feadc99026f027483aff03f8381;p=oweals%2Fgnunet.git - send ping on rekey timeout --- diff --git a/src/mesh/gnunet-service-mesh_tunnel.c b/src/mesh/gnunet-service-mesh_tunnel.c index 80a446ea3..4033da4ca 100644 --- a/src/mesh/gnunet-service-mesh_tunnel.c +++ b/src/mesh/gnunet-service-mesh_tunnel.c @@ -751,7 +751,7 @@ rekey_tunnel (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 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;