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: rattler PB


On Thu, Dec 18, 2003 at 09:22:47AM +0100, alix t wrote:
> We try to develop applications with goahead web server
> and other network services on rattler card , but our
> applications often crash.
> So we want first validate ethernet and IP stacks.
> I think to send very large packets is a good test to
> validate ethernet stack.

Its not a realistic test. I doubt any application will use such large
IP packets. UDP has a maximum packet size of around 4Kbytes. TCP will
generally use either around 800 bytes or around 1500 bytes depending
on if MTU discovery is being used. 

Only a custom application which is not using UDP or TCP can generate
such big IP packets. Typically this would be for connecting super
computers together using HIPI interfaces. Thats why IPv6 has a jumbo
packet which can be bigger than 64Kbytes. 

I suggest you try more realistic tests.

  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]