Re: [lwip-users] Using Stats to tune memory options

2009-08-01 Thread goldsi...@gmx.de
Since version 1.3.0, the memp pool array is calculated dynamically by some C-preprocessor magic, therefore it's really not easy to match array entry and memp type. However, using the stats-display function, the code does this for you. Regarding the dropped packets: have a look at the other cou

[lwip-users] Using Stats to tune memory options

2009-07-31 Thread JM
I'm trying to figure out what parameter(s) are deficient in my configuration by looking at Stats, presumably the MEM_STATS and MEMP_STATS.  I also want to eventually shrink memory usage by lwIP as much as possible; every KB counts.  A few seconds into receiving data, the stack starts dropping pa