From owner-freebsd-current@FreeBSD.ORG Sat Feb 5 07:29:14 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 509FC16A4CE; Sat, 5 Feb 2005 07:29:14 +0000 (GMT) Received: from mp2.macomnet.net (mp2.macomnet.net [195.128.64.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7613843D2F; Sat, 5 Feb 2005 07:29:11 +0000 (GMT) (envelope-from maxim@macomnet.ru) Received-SPF: pass (mp2.macomnet.net: domain of maxim@macomnet.ru designates 127.0.0.1 as permitted sender) receiver=mp2.macomnet.net; client_ip=127.0.0.1; envelope-from=maxim@macomnet.ru; Received: from localhost (localhost [127.0.0.1]) by mp2.macomnet.net (8.12.11/8.12.11) with ESMTP id j157T9vU045828; Sat, 5 Feb 2005 10:29:09 +0300 (MSK) (envelope-from maxim@macomnet.ru) Date: Sat, 5 Feb 2005 10:29:09 +0300 (MSK) From: Maxim Konovalov To: "Matthew N. Dodd" In-Reply-To: <20050204174008.J78005@sasami.jurai.net> Message-ID: <20050205102722.B45783@mp2.macomnet.net> References: <20050204214405.GA54283@aoi.wolfpond.org> <20050204174008.J78005@sasami.jurai.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SpamTest-Info: Profile: Formal (208/050203) X-SpamTest-Info: Profile: Detect Hard (4/030526) X-SpamTest-Info: Profile: SysLog X-SpamTest-Info: Profile: Marking - Keywords (2/030321) X-SpamTest-Status: Not detected X-SpamTest-Version: SMTP-Filter Version 2.0.0 [0124], SpamtestISP/Release cc: current@freebsd.org Subject: Re: Tftp slowness X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 05 Feb 2005 07:29:14 -0000 On Fri, 4 Feb 2005, 17:45-0500, Matthew N. Dodd wrote: > On Fri, 4 Feb 2005, Francois Tigeot wrote: > > Trying to understand the relative slowness of FreeBSD tftp client and > > server compared to other implementations, I found this PR: > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=67550 > > > > Basically, it adds support for the missing tftp blocksize option. > > > > It would be nice if the patch in the PR could be commited; it has been > > open since june 2004... > > I'll take a look at this as I might have the missing bits that are > needed for the client. Btw, NetBSD's tftp* support TFTP Option Extension (rfc 2347) for the 'blksize' option (rfc 2348) and the 'timeout' and 'tsize' options. -- Maxim Konovalov