summaryrefslogtreecommitdiff
path: root/doc/cha-gtls-app.texi
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-02-04 10:05:41 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-02-04 10:07:37 +0100
commit1cc19b0ceb673307d313b3b56971cd56a00d3c13 (patch)
treec9a9eeb6ffeb79c7adfc81dd81a58eb8aedd7240 /doc/cha-gtls-app.texi
parentbfee133e7158aeffc15d59ca5a44fabe658a29fa (diff)
downloadgnutls-1cc19b0ceb673307d313b3b56971cd56a00d3c13.tar.gz
updated doc
Diffstat (limited to 'doc/cha-gtls-app.texi')
-rw-r--r--doc/cha-gtls-app.texi9
1 files changed, 3 insertions, 6 deletions
diff --git a/doc/cha-gtls-app.texi b/doc/cha-gtls-app.texi
index 928604f72b..9a7ea4fafb 100644
--- a/doc/cha-gtls-app.texi
+++ b/doc/cha-gtls-app.texi
@@ -809,14 +809,11 @@ Although @funcref{gnutls_record_send} is sufficient to transmit data
to the peer, when many small chunks of data are to be transmitted
it is inefficient and wastes bandwidth due to the TLS record
overhead. In that case it is preferrable to combine the small chunks
-before transmission. The @emph{gnutls_sbuf} interface is a helper interface
-that provides that functionality.
+before transmission. The following functions provide that functionality.
-@showfuncdesc{gnutls_sbuf_init}
+@showfuncdesc{gnutls_record_cork}
-@showfuncdesc{gnutls_sbuf_queue}
-
-@showfuncB{gnutls_sbuf_flush,gnutls_sbuf_deinit}
+@showfuncdesc{gnutls_record_uncork}
@node Handling alerts