Date: Mon, 28 Aug 2000 09:17:34 -0500 (CDT) From: mark tinguely <tinguely@hookie.cs.ndsu.NoDak.edu> To: mcn@broadcom.ie Cc: freebsd-questions@FreeBSD.ORG Subject: Re: igmp source code for freebsd Message-ID: <200008281417.JAA13735@hookie.cs.ndsu.NoDak.edu> In-Reply-To: <00e601c00e90$2ad8baa0$696e6bc0@broadcom.ie>
next in thread | previous in thread | raw e-mail | index | archive | help
the kernel code for IGMP is in sys/netinet. Sounds like you need client examples. There are several example mutlicast applications that are members of a mulitcast group (vic, vat, -- see applications ports/mbone). Basically the application listens to the multicast any group, looks for membership request and replies. on a request, set a random timer if no one replies with this group number by the time the timer expires, your application sends the reply. --mark tinguely. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008281417.JAA13735>