linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* query: light weight TCP/IP stack for Linux
@ 2002-10-29  4:40 Amol Kumar Lad
  2002-10-29  9:31 ` Alan Cox
  0 siblings, 1 reply; 2+ messages in thread
From: Amol Kumar Lad @ 2002-10-29  4:40 UTC (permalink / raw)
  To: 'linux-kernel@vger.kernel.org'

Hi,
  I am looking for a very light weight TCP/IP stack(small memory footprint)
that I can hook in Linux (i.e. replace linux's native stack with new one).
Are there any such stacks available ?? If yes, Is intergrating that stack in
our kernel is seamless or I have to dig real hard in kernel to do that .

Please CC me.

Thanks
Amol

Ps: I am using linux kernel 2.4.2 (please don't flame..)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: query: light weight TCP/IP stack for Linux
  2002-10-29  4:40 query: light weight TCP/IP stack for Linux Amol Kumar Lad
@ 2002-10-29  9:31 ` Alan Cox
  0 siblings, 0 replies; 2+ messages in thread
From: Alan Cox @ 2002-10-29  9:31 UTC (permalink / raw)
  To: Amol Kumar Lad; +Cc: 'linux-kernel@vger.kernel.org'

On Tue, 2002-10-29 at 04:40, Amol Kumar Lad wrote:
> Hi,
>   I am looking for a very light weight TCP/IP stack(small memory footprint)
> that I can hook in Linux (i.e. replace linux's native stack with new one).
> Are there any such stacks available ?? If yes, Is intergrating that stack in
> our kernel is seamless or I have to dig real hard in kernel to do that .

Assuming you can find another GPL licensable network stack (I know of
only two) then you are still going to have to deal with the fact the
core linux kernel networking interfaces are radically different to 4BSD
and/or something like ELKS. Probably much simpler is to just move to a
current 2.4 kernel with rmap patches, apply the uninline stuff to get
the size slightly down, then trim all the hash tables hard.

> Ps: I am using linux kernel 2.4.2 (please don't flame..)

You need to change that anyway. 2.4.2 has plenty of bugs as well as
security holes.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-10-29  9:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-29  4:40 query: light weight TCP/IP stack for Linux Amol Kumar Lad
2002-10-29  9:31 ` Alan Cox

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 NNTP newsgroup(s).