[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-devel] Removing the restriction on number of sockets
From: |
Simon Goldschmidt |
Subject: |
Re: [lwip-devel] Removing the restriction on number of sockets |
Date: |
Tue, 8 Aug 2017 06:36:27 +0200 |
Joel Cunningham wrote:
> It may be worth noting that there aren’t existing example of “static” versus
> “dynamic” implementations
> of data structures within LwIP.
I should add: there *is* one example of static allocation: the sockets array.
And I don't really like it :-)
However, given the (dumb) standard that says sockets should be an int (I guess
because the first implementers
used an array index?), this is currently a good solution, given the fact that
our memp pools also allocate
the memory at compile time...
Simon
- [lwip-devel] Removing the restriction on number of sockets, Joan Lledó, 2017/08/07
- Re: [lwip-devel] Removing the restriction on number of sockets, address@hidden, 2017/08/07
- Re: [lwip-devel] Removing the restriction on number of sockets, goldsimon, 2017/08/07
- Re: [lwip-devel] Removing the restriction on number of sockets, Joan Lledó, 2017/08/07
- Re: [lwip-devel] Removing the restriction on number of sockets, Joel Cunningham, 2017/08/07
- Re: [lwip-devel] Removing the restriction on number of sockets, Simon Goldschmidt, 2017/08/08
- Re: [lwip-devel] Removing the restriction on number of sockets,
Simon Goldschmidt <=
- Re: [lwip-devel] Removing the restriction on number of sockets, Joel Cunningham, 2017/08/08
- Re: [lwip-devel] Removing the restriction on number of sockets, Dirk Ziegelmeier, 2017/08/08
- Re: [lwip-devel] Removing the restriction on number of sockets, Joel Cunningham, 2017/08/08
- Re: [lwip-devel] Removing the restriction on number of sockets, Joan Lledó, 2017/08/08
- Re: [lwip-devel] Removing the restriction on number of sockets, address@hidden, 2017/08/08
- Re: [lwip-devel] Removing the restriction on number of sockets, Stian Skjelstad, 2017/08/08
- Re: [lwip-devel] Removing the restriction on number of sockets, Joan Lledó, 2017/08/09
- Re: [lwip-devel] Removing the restriction on number of sockets, Stian Skjelstad, 2017/08/09
- Re: [lwip-devel] Removing the restriction on number of sockets, Joel Cunningham, 2017/08/09
- Re: [lwip-devel] Removing the restriction on number of sockets, Joan Lledó, 2017/08/11