Link failure detection algorithm for one2many netgraph node.

2003-06-11 Thread Evgeny Dolgopiat
: average - 0.5*timeout*period worst - timeout*period Author: Evgeny Dolgopiat <[EMAIL PROTECTED]> ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

New failure detection algorithm for ng_one2many.

2005-01-12 Thread 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 detectio

Re: New failure detection algorithm for ng_one2many.

2005-01-21 Thread Evgeny Dolgopiat
>>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 d

Re: New failure detection algorithm for ng_one2many(4).

2005-01-24 Thread Evgeny Dolgopiat
> Hello. > > Patch below adds new failure detection algorithm for ng_one2many(4). > For now, the only such algorithm doesn't detect failures, one have > to show active links manually. > >http://garage.freebsd.pl/patches/netgraph_one2many.patch > > The way how to use this module (ng_one2man