lwip-users
[Top][All Lists]
Advanced

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

RE: [lwip-users] PBUF Leak Problems...


From: Ramanathan Ramadass
Subject: RE: [lwip-users] PBUF Leak Problems...
Date: Wed, 19 Sep 2007 10:50:23 -0700 (PDT)

Hi Tom,

 

One more thing to check is whether you having pbuf pool leaks while dealing with TCP out-of-sequence packets.

 

I am using only the TCP layer and PBUF Pool code in our multiprocessor system and I see pbuf pool leaks when I have OOSEQ packets. I am still trying to understand whether it is a problem in my code or the TCP code.

 

I would be interested to know what your resolution turns out to be.

 

Thanks

Ram

 


From: address@hidden [mailto:address@hidden On Behalf Of Thomas Catalino
Sent: Wednesday, September 19, 2007 10:36 AM
To: address@hidden; address@hidden
Subject: Re: [lwip-users] PBUF Leak Problems...

 

We are using the sockets API. I agree, there could be an issue with the application not reading the data out of the stack. However, the application is complex and we did not write it, so I'll probably have to investigate this from the bottom up - hopefully I can poke around the stack to find out which sockets are backed up with data waiting to be read.

Is there an easy recipe to locate a socket in the stack that is backed up? A few pointers might be very helpful, we can probably follow our noses from there...

Appreciate your help!

Thanks,
Tom


reply via email to

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