summaryrefslogtreecommitdiff
path: root/ssl/dtls1.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-05-15 22:58:40 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-05-15 22:58:40 +0000
commiteb38b26dbc2dd15bb6e0a351d0826e7da09b1782 (patch)
tree27a2a66a97074df6415795e74941bde9a8e8a87a /ssl/dtls1.h
parent8bbe29f2ca63dc955e3daf854f931acb04a733e6 (diff)
downloadopenssl-new-eb38b26dbc2dd15bb6e0a351d0826e7da09b1782.tar.gz
Update from 1.0.0-stable.
Diffstat (limited to 'ssl/dtls1.h')
-rw-r--r--ssl/dtls1.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/ssl/dtls1.h b/ssl/dtls1.h
index 2066638f94..177e55cd9f 100644
--- a/ssl/dtls1.h
+++ b/ssl/dtls1.h
@@ -210,7 +210,13 @@ typedef struct dtls1_state_st
struct hm_header_st r_msg_hdr;
struct dtls1_timeout_st timeout;
-
+
+ /* Indicates when the last handshake msg sent will timeout */
+ struct timeval next_timeout;
+
+ /* Timeout duration */
+ unsigned short timeout_duration;
+
/* storage for Alert/Handshake protocol data received but not
* yet processed by ssl3_read_bytes: */
unsigned char alert_fragment[DTLS1_AL_HEADER_LENGTH];