From owner-freebsd-net@FreeBSD.ORG Fri Jan 21 09:30:09 2005 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C54916A4CE; Fri, 21 Jan 2005 09:30:09 +0000 (GMT) Received: from mccinet.ru (relay.cell.ru [212.119.96.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6898A43D49; Fri, 21 Jan 2005 09:30:08 +0000 (GMT) (envelope-from dolgop@mccinet.ru) Received: from [212.1.235.150] (HELO server.dep624) by mccinet.ru (CommuniGate Pro SMTP 4.2.8) with ESMTP-TLS id 15549073; Fri, 21 Jan 2005 12:30:06 +0300 From: Evgeny Dolgopiat To: freebsd-cluster@freebsd.org Date: Fri, 21 Jan 2005 12:30:56 +0300 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200501211230.56044.dolgop@mccinet.ru> cc: freebsd-net@freebsd.org Subject: Re: New failure detection algorithm for ng_one2many. X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: evg_dolgop@mail.ru List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jan 2005 09:30:09 -0000 >>Evgeny Dolgopiat: >> >>I wrote new failure detection algorithm based on heartbeat signal for >>ng_one2many node. Features: >> >>- automatic detection of failures; >>- automatic detection of recoveries; >>- detection of point of failure (see diagnostics in man page); >>- configurable timing parameters of failure and recovery detection; >>- you can create your own heartbeat packet or use default; >>- you can set your rules for detecting that incoming packet is hearbeat >>packet; >>- heartbeat algorithm can be used for different network layers (not only >>ethernet layer). > >Is it possible to turn it off so that it wouldn't work at all? > >rik Failure detection could be turned off by control messages of ng_one2many. It didn't break default behaviour. It is turned off by default. See man page for details.