From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brendan Simon To: egcs@cygnus.com Cc: ecos-discuss@cygnus.com Subject: Re: [ECOS] TCP/IP Stack for eCos Date: Tue, 04 May 1999 17:43:00 -0000 Message-id: <372F9284.E75EEC50@dgs.monash.edu.au> References: <199905042051.OAA16303@mancos.cs.utah.edu> <372F8B93.A33598D3@microplex.com> X-SW-Source: 1999-05/msg00007.html It depends who is going to maintain the networking stack. It probably makes sense to maintain some C++ wrapper classes to an existing and maintained IP stack (eg. FreeBSD, Linux, etc). Brendan Simon. Fred Fierling wrote: > Jay Lepreau wrote: > > > > It probably would take very little effort to get the OSKit's TCP/IP > > > stack working in eCos, [...] > > I assume it's written in C? > > It occurs to me that since eCos is written in C++ that it may be > an idea to write its TCP/IP stack in C++ as well. Thoughts?