aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/cadet_protocol.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/cadet_protocol.h
parent15216bd05fe3904f3fe595f44069edfa20eeaf08 (diff)
downloadgnunet-92e773e0837e2b314883cf325ec36aba3217d2ed.tar.gz
gnunet-92e773e0837e2b314883cf325ec36aba3217d2ed.zip
- resend ax kx when lost
Diffstat (limited to 'src/cadet/cadet_protocol.h')
-rw-r--r--src/cadet/cadet_protocol.h5
1 files changed, 5 insertions, 0 deletions
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
@@ -122,6 +122,11 @@ struct GNUNET_CADET_AX_KX
122 struct GNUNET_MessageHeader header; 122 struct GNUNET_MessageHeader header;
123 123
124 /** 124 /**
125 * Should the peer reply with its KX details?
126 */
127 uint32_t force_reply;
128
129 /**
125 * An EdDSA signature of the permanent ECDH key with the Peer's ID key. 130 * An EdDSA signature of the permanent ECDH key with the Peer's ID key.
126 */ 131 */
127 struct GNUNET_CRYPTO_EddsaSignature signature; 132 struct GNUNET_CRYPTO_EddsaSignature signature;