This is the mail archive of the ecos-discuss@sources.redhat.com 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: TFTP implementation


On Tue, 2002-08-06 at 16:52, Agarwal, Lomesh wrote:
> I am trying to download binary using RedBoot over tftp. Download works ok if
> file size is less then 16M. As soon as I try to download binary of size >
> 16M load command never returns.
> I am using RedBoot 1.24
> Does anybody know the reason?

Probably because the block number (used to keep track of where in the
file the data lives) is a [signed] short.  I think this would go wrong
right at the 16M boundary.

Does the RFC (1350 v2 is what we used) allow for files that large?


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


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