From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11648 invoked by alias); 21 May 2005 10:48:28 -0000 Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Received: (qmail 11486 invoked from network); 21 May 2005 10:48:12 -0000 Received: from unknown (HELO stewart.chicago.il.us) (65.5.216.181) by sourceware.org with SMTP; 21 May 2005 10:48:12 -0000 Received: from localhost (localhost [127.0.0.1]) by stewart.chicago.il.us (8.12.9p2/8.12.8) with SMTP id j4LAlt4n070362; Sat, 21 May 2005 06:47:56 -0400 (EDT) (envelope-from randall@lakerest.net) X-Authentication-Warning: stewart.stewart.chicago.il.us: localhost [127.0.0.1] didn't use HELO protocol Message-ID: <428F1331.7070401@lakerest.net> Date: Mon, 23 May 2005 09:21:00 -0000 From: Randall Stewart User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.6) Gecko/20050330 MIME-Version: 1.0 To: Nick Garnett CC: Raghavendar Mani , ecos-discuss@sources.redhat.com, randall@stewart.chicago.il.us, amassa@san.rr.com References: <5e53687005051821301bec78b4@mail.gmail.com> <3b2187af03ada193c609ecb44d376857@micmac.franken.de> <5e53687005052001173901171a@mail.gmail.com> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [ECOS] Porting SCTP to eCos X-SW-Source: 2005-05/txt/msg00287.txt.bz2 Nick Garnett wrote: > Raghavendar Mani writes: > > >>hi, >> iam involved in the project of Proting SCTP to eCos >> Whether it is possible to include sctplib a userland >>implementation on eCos. >>when i enquired with SCTPLIB developers, they say >>" sctplib should be portable if eCos supports raw sockets.Since ecos >>has a FreeBSD network kernel you might consider to port the SCTP >>stack, which is part of the KAME project". >> >>may i know which r raw sockets, ecos supports it. >>Can i get a detail report Pl. > > > eCos has support for raw sockets, it is currently used in the ping > tests. > > The KAME project SCTP work provides an in-kernel implementation, but > is for a later version of the BSD stack than we support. It would > probably require a complete reimport of the BSD stack into eCos. > > > NicK: That may or may not be true... KAME may be ahead of you but the SCTP code also has an option for porting to an older version of bsd that has an older KAME... You define in your make: -DSCTP_BASE_FREEBSD and then you can compile to a quite a bit older version of KAME. We compile this way for older 4.x code as well as the newer 5.x code (which is also way out of date with the latest KAME). So.. you might be able to give it a try this way if you are interested I can send you a list of files that need some changing and even possibly the files (depending on how old your version is)... R -- Randall Stewart 803-345-0369 815-342-5222(cell) -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss