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: Re: FreeBSD-Stack not responding


On Wed, Jul 31, 2002 at 12:32:45PM +0200, Andrew Lunn wrote:
> I wild guess.....
> 
> The close packet is getting lost somewhere before the stack processes
> it. There have been reports of ping packets with length % 4 != 0
> getting dropped. The close packet could have this problem.

I posted the problem a few days ago, and it seems the stack on my
platform has problems with packets of length x on wire for ( x % 4 != 2 ).
(the x % 4 != 0, was for ping packets with x bytes payload )

I run a tcp server on the board. After connecting to the
board i am sending packets fulfilling the requierement above
and it works. (clearly, closing isnt working).

SYN and SYN,ACK packets are 66 and 74 bytes :-)
so connecting is working purely by chance (may be).

Is this problem - or better - how can this
problem be only PPC8xx related?
I assume the stack is tested and working
for someone else.

thanks for hints, regards, Christoph
-- 

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