diff options
author | Tim Ruehsen <tim.ruehsen@gmx.de> | 2016-07-25 13:00:12 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-07-26 14:23:51 +0200 |
commit | 0f67ccecddbe6533b51e74c955a4629654e79ae3 (patch) | |
tree | a5a33b5478f294f13f23f261ba4ec26c00960aa7 /doc | |
parent | e340e7a65d9a255121de2190d194af20e8e7779e (diff) | |
download | gnutls-0f67ccecddbe6533b51e74c955a4629654e79ae3.tar.gz |
Support TCP Fast Open
This introduces a new function gnutls_transport_set_fastopen().
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Signed-off-by: Tim Ruehsen <tim.ruehsen@gmx.de>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 | ||||
-rw-r--r-- | doc/manpages/Makefile.am | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index b7df15af9c..70b0dce99e 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -2055,6 +2055,8 @@ FUNCS += functions/gnutls_transport_set_errno FUNCS += functions/gnutls_transport_set_errno.short FUNCS += functions/gnutls_transport_set_errno_function FUNCS += functions/gnutls_transport_set_errno_function.short +FUNCS += functions/gnutls_transport_set_fastopen +FUNCS += functions/gnutls_transport_set_fastopen.short FUNCS += functions/gnutls_transport_set_int FUNCS += functions/gnutls_transport_set_int.short FUNCS += functions/gnutls_transport_set_int2 diff --git a/doc/manpages/Makefile.am b/doc/manpages/Makefile.am index 852d923357..0d633594c0 100644 --- a/doc/manpages/Makefile.am +++ b/doc/manpages/Makefile.am @@ -831,6 +831,7 @@ APIMANS += gnutls_transport_get_ptr.3 APIMANS += gnutls_transport_get_ptr2.3 APIMANS += gnutls_transport_set_errno.3 APIMANS += gnutls_transport_set_errno_function.3 +APIMANS += gnutls_transport_set_fastopen.3 APIMANS += gnutls_transport_set_int.3 APIMANS += gnutls_transport_set_int2.3 APIMANS += gnutls_transport_set_ptr.3 |