From b7d817813b8691aa38e43113e5af85e80cf99900 Mon Sep 17 00:00:00 2001 From: jason Date: Thu, 3 Dec 2015 16:28:33 -0700 Subject: update --- utils/classes.html | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'utils/classes.html') diff --git a/utils/classes.html b/utils/classes.html index 7e3ebcd..15ed5e6 100644 --- a/utils/classes.html +++ b/utils/classes.html @@ -93,7 +93,7 @@
  • utils – Utilities
  • @@ -169,21 +169,23 @@
    is_dead(now=None)ΒΆ
    -

    Checks the counters for the heartbeats to find out if the thresholds -have been met.

    +

    Checks the heartbeat counters to find out if the thresholds have been +met.

    - + + + + +
    Parameters:now (float) – The time to use to check if death has occurred. If
    Parameters:now (float) – The time to use to check if death has occurred. If +this value is None, then utils.timeutils.monotonic() +is used.
    Returns:True if the connection to the peer has died, otherwise +False
    Return type:bool
    -

    :param this value is None, then utils.timeutils.monotonic() is used.:

    -
    -
    Returns (bool) True if the connection to the peer has died, otherwise
    -
    False
    -
    -- cgit v1.2.1