lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] lwIP and performance tools


From: Simon Goldschmidt
Subject: Re: [lwip-users] lwIP and performance tools
Date: Wed, 4 May 2011 06:51:38 +0200

Arti Dwivedi <address@hidden> wrote:

Please tell me how many number of sockets LwIP supports?

As many as you configure it to support, I.e. Limited by RAM only. however, lwIP uses linked lists in many places, which have to be traversed, which can make the performance worse when using many sockets. This is because it is optimized for size, not for speed.

Simon

reply via email to

[Prev in Thread] Current Thread [Next in Thread]