cvs commit: src/sys/netinet ip_mroute.c

Bruce M Simpson bms at FreeBSD.org
Sat Feb 10 14:48:44 UTC 2007


bms         2007-02-10 14:48:43 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          ip_mroute.c 
  Log:
  If the rendezvous point for a group is not specified, do not send
  IGMPMSG_WHOLEPKT notifications to the userland PIM routing daemon,
  as an optimization to mitigate the effects of high multicast
  forwarding load.
  
  This is an experimental change, therefore it must be explicitly enabled by
  setting the sysctl/tunable net.inet.pim.squelch_wholepkt to a non-zero value.
  The tunable may be set from the loader or from within the kernel environment
  when loading ip_mroute.ko as a module.
  
  Submitted by:   edrt <edrt at citiz.net>
  See also:       http://mailman.icsi.berkeley.edu/pipermail/xorp-users/2005-June/000639.html
  
  Revision  Changes    Path
  1.128     +15 -0     src/sys/netinet/ip_mroute.c


More information about the cvs-src mailing list