From owner-freebsd-stable@FreeBSD.ORG Thu Apr 13 06:36:06 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3D8916A402 for ; Thu, 13 Apr 2006 06:36:06 +0000 (UTC) (envelope-from bms@spc.org) Received: from mindfull.spc.org (mindfull.spc.org [83.167.185.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F70143D45 for ; Thu, 13 Apr 2006 06:36:06 +0000 (GMT) (envelope-from bms@spc.org) Received: from arginine.spc.org ([83.167.185.2]) by mindfull.spc.org with esmtps (TLSv1:AES256-SHA:256) (Exim 4.52) id 1FTvQx-0003Fn-TH; Thu, 13 Apr 2006 07:36:03 +0100 Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 0C6AC65499; Thu, 13 Apr 2006 07:36:05 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 97801-02; Thu, 13 Apr 2006 07:36:04 +0100 (BST) Received: by arginine.spc.org (Postfix, from userid 1078) id 31480653F9; Thu, 13 Apr 2006 07:36:04 +0100 (BST) Date: Thu, 13 Apr 2006 07:36:04 +0100 From: Bruce M Simpson To: Stephen Clark Message-ID: <20060413063604.GB94628@spc.org> References: <443DB8A5.1020006@seclark.us> <20060413063214.GA94628@spc.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060413063214.GA94628@spc.org> User-Agent: Mutt/1.4.1i Organization: Incunabulum X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - mindfull.spc.org X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - spc.org X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-stable@freebsd.org Subject: Re: IP_MAX_MEMBERSHIPS X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Apr 2006 06:36:06 -0000 On Thu, Apr 13, 2006 at 07:32:14AM +0100, Bruce M Simpson wrote: > On Wed, Apr 12, 2006 at 10:34:13PM -0400, Stephen Clark wrote: > > Can anyone tell me why the maximum number of members in a multicast > > group is set at > > 20? > > Are there issues with increasing this number? Ah. Your original question appears not to have been answered. My bad. I do not see a limit on the members of a multicast group on FreeBSD either for individual sockets or for multicast forwarding based on my reading of the source code. BMS