Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Feb 2007 14:48:43 +0000 (UTC)
From:      Bruce M Simpson <bms@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet ip_mroute.c
Message-ID:  <200702101448.l1AEmhdp076045@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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