From owner-freebsd-current@FreeBSD.ORG Wed Jun 20 10:55:39 2007 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5335316A46C; Wed, 20 Jun 2007 10:55:39 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id 25CAD13C4B9; Wed, 20 Jun 2007 10:55:39 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id 9E1A01AA3; Wed, 20 Jun 2007 06:55:38 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute2.internal (MEProxy); Wed, 20 Jun 2007 06:55:39 -0400 X-Sasl-enc: pVFvYIEXGjyg26/12DusTOUvvXGOtGV1y2fJx5hJvCKU 1182336938 Received: from [192.168.123.18] (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTP id 18ACF1B719; Wed, 20 Jun 2007 06:55:38 -0400 (EDT) Message-ID: <467907A8.8090706@incunabulum.net> Date: Wed, 20 Jun 2007 11:55:36 +0100 From: "Bruce M. Simpson" User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: Daniel Eischen References: <46765CB9.9020105@incunabulum.net> <4676C30E.7040300@incunabulum.net> <4676C952.5000607@incunabulum.net> <4676D168.3050502@incunabulum.net> <4678529A.3080308@incunabulum.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Poul-Henning Kamp , Ian FREISLICH , current@freebsd.org Subject: Re: Multicast problems [PATCH] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jun 2007 10:55:39 -0000 Daniel Eischen wrote: > My system's not up to date enough to test this. I do have a > test program, that if runs, should be good enough. Thanks for doing this. I don't have free time to run further tests at the moment so am relying on help from folks who have had problems. > > http://people.freebsd.org/~deischen/test_net.c It looks like the multicast tests in this file are covered more or less by the existing regression test; it just needs to be run without a default route. > I think we would be more portable if we defined socklen_t to be > int32_t. This is a completely separate issue. BMS