From 44683f8e45a1e2c34906f761e6a03c6ca0c6eec1 Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Tue, 23 Sep 2008 15:46:16 -0700 Subject: [PATCH] tidy up, add DPD --- anyconnect.h | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/anyconnect.h b/anyconnect.h index aa1b02e..f6686fd 100644 --- a/anyconnect.h +++ b/anyconnect.h @@ -48,19 +48,24 @@ struct anyconnect_info { SSL_CTX *https_ctx; SSL *https_ssl; int ssl_keepalive; + int ssl_dpd; time_t last_ssl_tx; + time_t last_ssl_rx; + int ssl_pfd; z_stream inflate_strm; uint32_t inflate_adler32; z_stream deflate_strm; uint32_t deflate_adler32; + SSL_CTX *dtls_ctx; + SSL *dtls_ssl; int dtls_keepalive; + int dtls_dpd; + time_t last_dtls_tx; + time_t last_dtls_rx; unsigned char dtls_session_id[32]; unsigned char dtls_secret[48]; - SSL_CTX *dtls_ctx; - SSL *dtls_ssl; - int ssl_pfd; int mtu; -- 2.7.4