Date: Sun, 5 Dec 2004 19:34:13 +0000 (UTC) From: Gleb Smirnoff <glebius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_one2many.c ng_one2many.h Message-ID: <200412051934.iB5JYD4s008824@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
glebius 2004-12-05 19:34:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netgraph ng_one2many.c ng_one2many.h Log: MFC ng_one2many.c:1.19, ng_one2many.h:1.7 Introduce new failure detection algorithm, called NG_ONE2MANY_FAIL_NOTIFY. It means, that node listens to flow control messages from downstreams and removes link from list of active links whenever a LINK_IS_DOWN message is received. If LINK_IS_UP message is received, then links is put back into list of active links. Revision Changes Path 1.17.2.1 +64 -3 src/sys/netgraph/ng_one2many.c 1.6.2.1 +2 -1 src/sys/netgraph/ng_one2many.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412051934.iB5JYD4s008824>