summaryrefslogtreecommitdiff
path: root/lib/gnutls_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gnutls_int.h')
-rw-r--r--lib/gnutls_int.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h
index ccbcc5b558..d7a4235f9a 100644
--- a/lib/gnutls_int.h
+++ b/lib/gnutls_int.h
@@ -1306,8 +1306,12 @@ typedef struct {
/* starting time of current handshake */
struct timespec handshake_start_time;
- /* end time of current handshake */
- struct timespec handshake_endtime;
+ /* expected end time of current handshake (start+timeout);
+ * this is only filled if a handshake_time_ms is set. */
+ struct timespec handshake_abs_timeout;
+
+ /* An estimation of round-trip time under TLS1.3; populated in client side only */
+ unsigned ertt;
unsigned int handshake_timeout_ms; /* timeout in milliseconds */
unsigned int record_timeout_ms; /* timeout in milliseconds */