aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_tunnel.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2015-04-27 19:15:58 +0000
committerBart Polot <bart@net.in.tum.de>2015-04-27 19:15:58 +0000
commit92e773e0837e2b314883cf325ec36aba3217d2ed (patch)
tree8c6644f21335384e716665c53c9dfb6aa27178fe /src/cadet/gnunet-service-cadet_tunnel.h
parent15216bd05fe3904f3fe595f44069edfa20eeaf08 (diff)
downloadgnunet-92e773e0837e2b314883cf325ec36aba3217d2ed.tar.gz
gnunet-92e773e0837e2b314883cf325ec36aba3217d2ed.zip
- resend ax kx when lost
Diffstat (limited to 'src/cadet/gnunet-service-cadet_tunnel.h')
-rw-r--r--src/cadet/gnunet-service-cadet_tunnel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cadet/gnunet-service-cadet_tunnel.h b/src/cadet/gnunet-service-cadet_tunnel.h
index 4bc7ca7da..8b3f26ff0 100644
--- a/src/cadet/gnunet-service-cadet_tunnel.h
+++ b/src/cadet/gnunet-service-cadet_tunnel.h
@@ -446,9 +446,10 @@ GCT_send_prebuilt_message (const struct GNUNET_MessageHeader *message,
446 * Send an Axolotl KX message. 446 * Send an Axolotl KX message.
447 * 447 *
448 * @param t Tunnel on which to send it. 448 * @param t Tunnel on which to send it.
449 * @param force_reply Force the other peer to reply with a KX message.
449 */ 450 */
450void 451void
451GCT_send_ax_kx (struct CadetTunnel *t); 452GCT_send_ax_kx (struct CadetTunnel *t, int force_reply);
452 453
453/** 454/**
454 * Sends an already built and encrypted message on a tunnel, choosing the best 455 * Sends an already built and encrypted message on a tunnel, choosing the best