cvs commit: src/sys/netgraph ng_one2many.c ng_one2many.h

Gleb Smirnoff glebius at FreeBSD.org
Sun Dec 5 11:34:13 PST 2004


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


More information about the cvs-all mailing list