]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
updated documentation
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 20 Sep 2012 21:06:06 +0000 (23:06 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 20 Sep 2012 21:37:13 +0000 (23:37 +0200)
doc/cha-intro-tls.texi

index 21b85336aa5df26dbaa951582362d248a372a8e7..8279fff531e92266486535f2fd0521e1c6b23ef5 100644 (file)
@@ -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