[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-devel] TCP Client system fault
From: |
Kieran Mansley |
Subject: |
Re: [lwip-devel] TCP Client system fault |
Date: |
Sun, 15 Apr 2012 14:59:58 +0100 |
On 14 Apr 2012, at 20:31, Vinicius Bernardi wrote:
> I`m facing a issue that is very complex to understand how it's happening.
My guess is that a buffer is getting re-used or corrupted before the network
driver has finished sending it onto the network. But as you say it is a
difficult problem to debug, and without more information it will be hard to be
sure what the solution is.
Kieran