summaryrefslogtreecommitdiff
path: root/doc/cha-intro-tls.texi
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-09-20 23:06:06 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-09-20 23:37:13 +0200
commit46e2ec85cfeafa9a85093d3ce35ccf720e8a9195 (patch)
treeda72d38fbaeb6dd9f2ec27c325e5656405411a26 /doc/cha-intro-tls.texi
parentc53d06fd31d37f61b195d4642bf57d2f26d54374 (diff)
downloadgnutls-46e2ec85cfeafa9a85093d3ce35ccf720e8a9195.tar.gz
updated documentation
Diffstat (limited to 'doc/cha-intro-tls.texi')
-rw-r--r--doc/cha-intro-tls.texi7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/cha-intro-tls.texi b/doc/cha-intro-tls.texi
index 21b85336aa..8279fff531 100644
--- a/doc/cha-intro-tls.texi
+++ b/doc/cha-intro-tls.texi
@@ -456,14 +456,13 @@ local policy affecting HeartBeat messages coming from the peer - the policy
could be checked via @funcref{gnutls_heartbeat_allowed}.
The requests coming from peer are answered automatically (if policy permits)
inside @funcref{gnutls_record_recv}, requests to peer could be send via
-@funcref{gnutls_heartbeat_ping} or
-@funcref{gnutls_heartbeat_ping_rnd}. Each request triggers timeout
-which could be checked and manipulated with @funcref{gnutls_heartbeat_timeout}.
+@funcref{gnutls_heartbeat_ping}.
Policy-related functions:
@showfuncB{gnutls_heartbeat_allowed,gnutls_heartbeat_enable}
+
Operational functions:
-@showfuncC{gnutls_heartbeat_timeout,gnutls_heartbeat_ping,gnutls_heartbeat_ping_rnd}
+@showfuncB{gnutls_heartbeat_ping,gnutls_heartbeat_pong}
@node Safe renegotiation
@subsection Safe renegotiation