]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
gnutls_record_discard_queued() is both for TLS and DTLS
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 8 Apr 2015 14:16:42 +0000 (16:16 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 8 Apr 2015 14:16:42 +0000 (16:16 +0200)
lib/gnutls_record.c

index 32a739bdebcb7546a34dd7ca2f8a45109489e9b2..cff0d96b2b0dea83ad016d16c408f9e7e0fbc3f6 100644 (file)
@@ -1476,7 +1476,7 @@ void gnutls_packet_deinit(gnutls_packet_t packet)
  * gnutls_record_discard_queued:
  * @session: is a #gnutls_session_t type.
  *
- * This function discards all queued to be sent packets in a DTLS session.
+ * This function discards all queued to be sent packets in a TLS or DTLS session.
  * These are the packets queued after an interrupted gnutls_record_send().
  *
  * Returns: The number of bytes discarded.