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

Pawel Jakub Dawidek pjd at FreeBSD.org
Thu Feb 19 09:04:24 PST 2004


pjd         2004/02/19 09:04:23 PST

  FreeBSD src repository

  Modified files:
    sys/netgraph         ng_one2many.c ng_one2many.h 
  Log:
  Add new failure detection algorithm.
  It works as follows:
  In every 'interval' seconds defined links are checked.
  If they are non-active they will not be used by to data transfer.
  
  No response from:       julian, archie
  Silent on:              net@
  Approved by:            scottl (mentor)
  
  Revision  Changes    Path
  1.14      +89 -0     src/sys/netgraph/ng_one2many.c
  1.5       +5 -1      src/sys/netgraph/ng_one2many.h


More information about the cvs-src mailing list