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: Speed up TFTP download time in RedBoot


On 19.03.2012 17:05, Elad Yosef wrote:

> I'm trying to speed up the TFTP download time in the Redboot.
> I have tried to change the following params;

TFTP is a ping-pong style protocol with small packet sizes,
so the only way to speed it up is to reduce the latencies
on both sender and receiver. What throughput are you getting?

Try lowering CYGDBG_REDBOOT_TICK_GRANULARITY

Regards
-- 
                                     Stano

-- 
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]