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: Network code unstable.


On Tue, Feb 12, 2002 at 10:27:47AM -0800, Pieter Truter wrote:
> This is only when I download big files (250Kb and up)

The TFTP server has two different retry counters. For each 512byte
packet it allows a number of retires and then gives up. Also, there is
a maximum for the whole transfer. If you exceed either of these it
closes the connection.

Check for this. Maybe you are loosing packets or have a bad link?

      Andrew

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]