[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-users] how to debug MEMP_OVERFLOW_CHECK
From: |
Kieran Mansley |
Subject: |
Re: [lwip-users] how to debug MEMP_OVERFLOW_CHECK |
Date: |
Mon, 12 Apr 2010 09:40:08 +0100 |
On Sat, 2010-04-10 at 17:02 -0700, Liam Staskawicz wrote:
> Hi - I'm using the 1.3.2 sockets api, and am binding and then
> listening on a port, then accepting new TCP connections, writing a
> short message to them and closing them in a loop. This works OK for a
> few (4) connections, and then I was starting to see some failures. I
> turned on MEMP_OVERFLOW_CHECK, set at 2, and it's catching some
> overflows.
What is your threading model?
Kieran