From 92e773e0837e2b314883cf325ec36aba3217d2ed Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Mon, 27 Apr 2015 19:15:58 +0000 Subject: - resend ax kx when lost --- src/cadet/cadet_protocol.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/cadet/cadet_protocol.h') diff --git a/src/cadet/cadet_protocol.h b/src/cadet/cadet_protocol.h index bb23ce921..a51be3939 100644 --- a/src/cadet/cadet_protocol.h +++ b/src/cadet/cadet_protocol.h @@ -121,6 +121,11 @@ struct GNUNET_CADET_AX_KX */ struct GNUNET_MessageHeader header; + /** + * Should the peer reply with its KX details? + */ + uint32_t force_reply; + /** * An EdDSA signature of the permanent ECDH key with the Peer's ID key. */ -- cgit v1.2.3