cvs commit: src/sys/netinet ip_mroute.c

Jeffrey Hsu hsu at FreeBSD.org
Tue Aug 19 10:22:53 PDT 2003


hsu         2003/08/19 10:22:51 PDT

  FreeBSD src repository

  Modified files:
    sys/netinet          ip_mroute.c 
  Log:
  * Bug fix in bw_meter_process(): the periodically processed bins
    of bw_meter entries were processed up to one second ahead.
    After an unappropriate rescheduling of some of the bw_meter
    entries, the upcalls weren't delivered.
  
  * pim_register_prepare() uses the appropriate sw_csum flag to
    call ip_fragment() so the IP checksum is computed properly.
  
  * Modify pim_register_prepare() to take care of IP packets that
    don't need fragmentation.
  
  * Add-back in_delayed_cksum() to encap_send(), because it seems it
    should be there.
  
  Submitted by:   Pavlin Radoslavov <pavlin at icir.org>
  
  Revision  Changes    Path
  1.90      +33 -10    src/sys/netinet/ip_mroute.c


More information about the cvs-src mailing list