Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jan 2001 07:37:06 -0800 (PST)
From:      Julian Elischer <julian@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netgraph ng_one2many.c ng_one2many.h src/share/man/man4 ng_one2many.4
Message-ID:  <200101281537.f0SFb7395096@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
julian      2001/01/28 07:37:06 PST

  Modified files:
    sys/netgraph         ng_one2many.c ng_one2many.h 
    share/man/man4       ng_one2many.4 
  Log:
  Add a new distribution algorythm to the 'one2many' node type.
  The new method is 'flood' (in addition to the old round-robin)
  in which incoming packets are sent to more than one outgoing hook.
  (I'm not sure what Rogier is using this for but it seems generally useful
  and isn't much extra)
  
  Submitted by:   Rogier R. Mulhuijzen (drwilco@drwilco.net )
  
  Revision  Changes    Path
  1.6       +52 -4     src/sys/netgraph/ng_one2many.c
  1.3       +4 -1      src/sys/netgraph/ng_one2many.h
  1.4       +24 -9     src/share/man/man4/ng_one2many.4



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101281537.f0SFb7395096>