From: Nikos Mavrogiannopoulos Date: Wed, 8 Apr 2015 14:16:42 +0000 (+0200) Subject: gnutls_record_discard_queued() is both for TLS and DTLS X-Git-Tag: gnutls_3_4_1~94 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a52ebf2a1aab8d17a3c9fd50939fcf413189ca69;p=thirdparty%2Fgnutls.git gnutls_record_discard_queued() is both for TLS and DTLS --- diff --git a/lib/gnutls_record.c b/lib/gnutls_record.c index 32a739bdeb..cff0d96b2b 100644 --- a/lib/gnutls_record.c +++ b/lib/gnutls_record.c @@ -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.