From: Nikos Mavrogiannopoulos Date: Thu, 20 Sep 2012 21:06:06 +0000 (+0200) Subject: updated documentation X-Git-Tag: gnutls_3_1_2~37 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=46e2ec85cfeafa9a85093d3ce35ccf720e8a9195;p=thirdparty%2Fgnutls.git updated documentation --- 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