lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Sun, 20 Jul 2008 11:57:33 +0200
From:	Andi Kleen <andi@...stfloor.org>
To:	"Keyur Chudgar" <kchudgar.linux@...il.com>
Cc:	netdev@...r.kernel.org
Subject: Re: Free TCP/IP stack to be used

"Keyur Chudgar" <kchudgar.linux@...il.com> writes:

> Hi,
>
> I am looking for free TCP/IP stack to be used in my system.
> Can anybody suggest which one I should go for? It should be
> light weight and not like Linux TCP/IP stack. I came across
> LwIP, but I am not sure about it's performance.

FWIW In the big scheme of things (especially when you strip it down a
little bit at the CONFIG option level or perhaps use the 2.4 version)
the Linux stack is not actually that heavy in memory. In particular
many other stacks tend to use pre-allocated packet pools which can
easily use a lot more memory than the code delta even of a larger
stack. The Linux stack at least in most drivers doesn't do that and
only allocates memory on demand. There are unfortunately now a few
highend drivers who start using preallocated pools too, but these can
be still easily avoided.

-Andi

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ