Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 May 1995 18:28:31 -0700
From:      David Greenman <davidg>
To:        CVS-commiters, cvs-sys
Subject:   cvs commit: src/sys/netinet igmp.c
Message-ID:  <199505160128.SAA23978@freefall.cdrom.com>

next in thread | raw e-mail | index | archive | help
davidg      95/05/15 18:28:30

  Modified:    sys/netinet  igmp.c
  Log:
    These diffs modify the behaviour of multicast clients to conform with the
  IGMPv2 spec.  This fixes the following bugs:
  
  o ntohs() on a char provides silly results
  o timer needs to be scaled to units of PR_FASTHZ; this was being done
    inconsistenly so now it gets done when it is initialized.
  
  Reviewed by:	Garrett Wollman
  Submitted by:	Bill Fenner <fenner@parc.xerox.com>



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