summaryrefslogtreecommitdiff
path: root/lib/gnutls_int.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-02-08 23:44:13 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-02-08 23:44:13 +0100
commit8c19b028492148fcd27c2472a56cb46b88e5eea2 (patch)
tree1fc8e9c598710935b97b3dc2ec8d5f90baa3bb47 /lib/gnutls_int.h
parentda7ed7be8266fe7c478533342aea4a9bdb651d5d (diff)
downloadgnutls-8c19b028492148fcd27c2472a56cb46b88e5eea2.tar.gz
gnutls_record_check_pending() accounts data not yet processed.
DTLS layer avoids multiple retransmissions in non-blocking mode.
Diffstat (limited to 'lib/gnutls_int.h')
-rw-r--r--lib/gnutls_int.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h
index 7f3c676ece..d99354449a 100644
--- a/lib/gnutls_int.h
+++ b/lib/gnutls_int.h
@@ -701,7 +701,8 @@ typedef struct
/* this buffer holds a record packet -mostly used for
* non blocking IO.
*/
- mbuffer_head_st record_recv_buffer; /* buffer holding the record that is currently being received */
+ mbuffer_head_st record_recv_buffer; /* buffer holding the record that is currently
+ * being received */
mbuffer_head_st record_send_buffer; /* holds cached data
* for the gnutls_io_write_buffered()
* function.