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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h
index a984b49c7f..25d4b3a814 100644
--- a/lib/gnutls_int.h
+++ b/lib/gnutls_int.h
@@ -622,8 +622,8 @@ struct record_parameters_st {
const mac_entry_st *mac;
/* for DTLS sliding window */
+ uint64_t dtls_sw_next; /* The end point (next expected packet) of the sliding window without epoch */
uint64_t dtls_sw_bits;
- uint64_t dtls_sw_start; /* The starting point of the sliding window without epoch */
unsigned dtls_sw_have_recv; /* whether at least a packet has been received */
record_state_st read;