diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-07-26 13:59:04 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-07-26 14:23:55 +0200 |
commit | 72650a09530d5e62a6e6aa5aae4e74955ff1b384 (patch) | |
tree | 53dfa274211d2dc65a05fbe881cd04392680bf94 /doc/cha-functions.texi | |
parent | f3568097ff5d81de36df395d6efb59d9d055b66d (diff) | |
download | gnutls-72650a09530d5e62a6e6aa5aae4e74955ff1b384.tar.gz |
doc: added section on reducing round-trips
That discusses TCP fast open with gnutls_transport_set_fastopen(), and false start.
Diffstat (limited to 'doc/cha-functions.texi')
-rw-r--r-- | doc/cha-functions.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/cha-functions.texi b/doc/cha-functions.texi index 87c2f87475..0a87cfbb65 100644 --- a/doc/cha-functions.texi +++ b/doc/cha-functions.texi @@ -13,6 +13,7 @@ * PKCS 11 API:: * TPM API:: * Abstract key API:: +* Socket specific API:: * DANE API:: * Cryptographic API:: * Compatibility API:: @@ -102,6 +103,13 @@ Their prototypes lie in @file{gnutls/abstract.h}. @include abstract-api.texi +@node Socket specific API +@section Socket specific API + +The prototypes for the following functions lie in +@file{gnutls/socket.h}. +@include socket-api.texi + @node DANE API @section DANE API |