public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Grant Edwards <grante@visi.com>
To: Marco Monguzzi <marco@sitek.it>
Cc: ecos-discuss@sourceware.cygnus.com
Subject: Re: [ECOS] problems with MBUFs (TCP/IP stack)
Date: Mon, 10 Jul 2000 10:33:00 -0000	[thread overview]
Message-ID: <20000710173320.A2196@visi.com> (raw)
In-Reply-To: <NCBBKIOHEKNFDFBEBPNHAEFMDOAA.marco@sitek.it>

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

  reply	other threads:[~2000-07-10 10:33 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-07-08  5:54 Marco Monguzzi
2000-07-08  8:26 ` Grant Edwards
2000-07-08 11:45   ` Marco Monguzzi
2000-07-08 12:05     ` Marco Monguzzi
2000-07-10  8:50     ` Grant Edwards
2000-07-10  9:53       ` Gary Thomas
2000-07-10 10:21       ` Marco Monguzzi
2000-07-10 10:33         ` Grant Edwards [this message]
2000-07-10 10:41         ` Gary Thomas
2000-07-10 11:18           ` Marco Monguzzi
2000-07-10 13:03       ` Grant Edwards
2000-07-11  3:45         ` Hugo 'NOx' Tyson
2000-07-11  8:38           ` Marco Monguzzi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20000710173320.A2196@visi.com \
    --to=grante@visi.com \
    --cc=ecos-discuss@sourceware.cygnus.com \
    --cc=marco@sitek.it \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).