[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-devel] TCP_REG/RMV macros bugs?
From: |
Sylvain Rochet |
Subject: |
Re: [lwip-devel] TCP_REG/RMV macros bugs? |
Date: |
Fri, 8 Nov 2013 22:29:58 +0100 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Hi Tomas,
On Fri, Nov 08, 2013 at 12:50:05AM +0100, Tomas Hruby wrote:
> On Thu, Nov 7, 2013 at 5:49 PM, Sylvain Rochet <address@hidden> wrote:
> >
> > If I understand correctly you are using tcp_close() on a PCB after a
> > received tcp_err() callback event ?
>
> No. After receiving NULL pbuf in the receive callback. T.
This is ok.
RAW API is not thread-safe, are you using threads ?
Sylvain