From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Edwards To: Marco Monguzzi Cc: ecos-discuss@sourceware.cygnus.com Subject: Re: [ECOS] problems with MBUFs (TCP/IP stack) Date: Mon, 10 Jul 2000 10:33:00 -0000 Message-id: <20000710173320.A2196@visi.com> References: <20000710155038.A1897@visi.com> X-SW-Source: 2000-07/msg00087.html On Mon, Jul 10, 2000 at 07:10:11PM +0200, Marco Monguzzi wrote: > I would appreciate whether you could provide me with you test programs. > I will try them on my target. The eCos application is written for our custom board, and won't run on your target. But, I can't see that it's doing anything particulary odd. It's basically something like: while (1) { accept() while (1) { select() n = read() if (n<=0) { close() break; } else { // handle data } } } > The porting is distributed with 2.1 release version by goahead software. Great! Somebody here was looking at goahead sources a while ago, but they must not have had a new enough version. -- Grant Edwards grante@visi.com