This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Re: Improving TFTP performance


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]