From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17543 invoked by alias); 19 Dec 2007 12:41:43 -0000 Received: (qmail 17535 invoked by uid 22791); 19 Dec 2007 12:41:42 -0000 X-Spam-Check-By: sourceware.org Received: from stelecom.gomel.by (HELO stelecom.gomel.by) (82.209.213.61) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 19 Dec 2007 12:41:26 +0000 Received: from localhost (unknown [86.57.140.252]) by stelecom.gomel.by (Postfix) with ESMTP id 6084DB02583D; Wed, 19 Dec 2007 14:41:12 +0200 (EET) Date: Wed, 19 Dec 2007 14:28:00 -0000 From: Sergei Gavrikov To: ?yvind Harboe Cc: eCos Disuss Message-ID: <20071219124104.GA6032@ubuntu> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: Re: [ECOS] Re: Improving TFTP performance X-SW-Source: 2007-12/txt/msg00115.txt.bz2 On Wed, Dec 19, 2007 at 11:38:22AM +0100, ?yvind Harboe wrote: > Take #2. Wrote up negotiation of segsize, passes first smoketest. > Anyone interesting helping to test/comment on the patch? > > Tested w/this server: http://tftpd32.jounin.net > > -- > ?yvind Harboe > http://www.zylin.com - eCos ARM & FPGA developer kit What can you say about the getting performance? Do you have some results to show it? AFAIK, most of *nix guys cannot test this directly. Default TFTP server for the most Linux distributions was a netkit-tftp. The NetKit tftpd only supports RFC783. So, they have to install alternate TFTP server (aka `atftpd'). That is multi-threaded TFTP server which implements all extensions and multicast: RFC1350, RFC2090, RFC2347, RFC2348, RFC2349. [RFC] I would prefer to see in eCos net bag something like `atftp_client.c' (advanced/alternate) and I would prefer to do not waste those K.I.S.S. and RFC783 compliant tftp_client.c/tftp_server.c. Sergei -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss