]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc update
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 19 Dec 2014 08:35:10 +0000 (10:35 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 19 Dec 2014 08:35:10 +0000 (10:35 +0200)
lib/gnutls_record.c

index d83bb5e380f3567388b09f2c04d49a7a526c9a28..aefe200e3537f1907c2e99bf397f4886622096b5 100644 (file)
@@ -1609,8 +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.
+ * If called, gnutls_record_send() will no longer send any records.
+ * Any sent records will be cached until gnutls_uncork() is called.
  *
  * This function is safe to use with DTLS after GnuTLS 3.3.0.
  *