From owner-freebsd-net@FreeBSD.ORG Wed May 19 01:41:04 2010 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF345106566B for ; Wed, 19 May 2010 01:41:04 +0000 (UTC) (envelope-from s.dave.jones@gmail.com) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id BABA58FC18 for ; Wed, 19 May 2010 01:41:04 +0000 (UTC) Received: by pvg3 with SMTP id 3so45645pvg.13 for ; Tue, 18 May 2010 18:41:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=hw07UOy7pxec/MTTlczqkizPMbtdnOvM6wNYupyycoI=; b=AQl/QhzUJq4o4zHCn+vfGaAoM8WYrWjt/00R8VV4CJ6KPnLMXrHlaCM9NY/tDqxeAw lqjvGnDCnW9DbyRwHZ5PPQsqZnw/1R2HgpDD7ouTRtnKVnA/EY3QdOuRxbFmroiVMe1b j5V/qM/OSB7fLz1Mvft6NWSw78ybxN24lHaEE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=QqLX2vof7AcLVOLy1T4PD8CEtfhBUYgBJOm+yILcm/HoneYWzBCuuUWCe5HQz3TS2Y WJEIpR095XtK/Ase2+QPXdmIwZ1OpdM0c2yc3rwQDhfn8ahLrfrxUZJvBwEy5RbXrTlv Cw0BBkIShxExa5b9m5Y51dt1FjmwLyhO6IQuU= MIME-Version: 1.0 Received: by 10.141.125.17 with SMTP id c17mr1464984rvn.248.1274233264241; Tue, 18 May 2010 18:41:04 -0700 (PDT) Received: by 10.140.125.6 with HTTP; Tue, 18 May 2010 18:41:04 -0700 (PDT) Date: Wed, 19 May 2010 09:41:04 +0800 Message-ID: From: dave jones To: freebsd-net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Multicast tftpd X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 May 2010 01:41:05 -0000 Hello, It seems that FreeBSD's tftpd doesn't support multicast. Does anyone know which multicast tftpd available on FreeBSD? Thank you. Regards, Dave.