]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
corrected documentation of gnutls_cork()
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 19 Dec 2014 06:56:44 +0000 (08:56 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 19 Dec 2014 06:56:44 +0000 (08:56 +0200)
lib/gnutls_record.c

index 4222461be077334fa38debf8e93331add0f890bd..d83bb5e380f3567388b09f2c04d49a7a526c9a28 100644 (file)
@@ -1609,9 +1609,8 @@ gnutls_record_send(gnutls_session_t session, const void *data,
  * gnutls_cork:
  * @session: is a #gnutls_session_t structure.
  *
- * If called gnutls_record_send() will no longer send partial records.
- * All queued records will be sent when gnutls_uncork() is called, or
- * when the maximum record size is reached.
+ * If called, gnutls_record_send() will no longer send partial records.
+ * All queued records will be sent when gnutls_uncork() is called.
  *
  * This function is safe to use with DTLS after GnuTLS 3.3.0.
  *