aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/cadet_protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet/cadet_protocol.h')
-rw-r--r--src/cadet/cadet_protocol.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cadet/cadet_protocol.h b/src/cadet/cadet_protocol.h
index 08298e224..117a7922e 100644
--- a/src/cadet/cadet_protocol.h
+++ b/src/cadet/cadet_protocol.h
@@ -85,11 +85,11 @@ struct GNUNET_CADET_ConnectionCreateMessage
85 uint32_t options GNUNET_PACKED; 85 uint32_t options GNUNET_PACKED;
86 86
87 /** 87 /**
88 * This flag indicates the peer sending the connection create 88 * This flag indicates the peer sending the connection create
89 * meassage likes to trigger a KX handshake. 89 * meassage likes to trigger a KX handshake.
90 */ 90 */
91 int has_monotime; 91 int has_monotime;
92 92
93 /** 93 /**
94 * This monotonic time is set, if a peer likes to trigger a KX, but is not 94 * This monotonic time is set, if a peer likes to trigger a KX, but is not
95 * the peer that should start the KX. (xrs,t3ss) 95 * the peer that should start the KX. (xrs,t3ss)